Skip to content

Commit

Permalink
chore(chore(GH actions): bump actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
peterthomassen committed Oct 17, 2024
1 parent 10e8fa7 commit 4884715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
using: composite
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build Images
shell: bash
run: docker compose build ${{ inputs.images }}
Expand Down

0 comments on commit 4884715

Please sign in to comment.