Skip to content

Commit

Permalink
Merge pull request #33 from sysulq/dependabot/github_actions/actions-…
Browse files Browse the repository at this point in the history
…deps-5f967e2fbc

Bump actions/checkout from 4.2.1 to 4.2.2 in the actions-deps group
  • Loading branch information
sysulq authored Oct 28, 2024
2 parents c3d5d49 + 885fd84 commit 3f9faeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2

- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 3f9faeb

Please sign in to comment.