Skip to content

Commit

Permalink
Merge pull request #1070 from containers/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
p12tic authored Nov 11, 2024
2 parents 4ae6ccb + a9cfdb6 commit 9f3251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build binary
run: |
Expand Down

0 comments on commit 9f3251f

Please sign in to comment.