Skip to content

Commit

Permalink
Merge pull request #111 from sysulq/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.1

Bump actions/checkout from 3.5.3 to 4.1.1
  • Loading branch information
sysulq authored Feb 19, 2024
2 parents 4898717 + 2ab94f1 commit 8bd9e5f
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 @@ -26,7 +26,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1

- uses: actions/cache@v3
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 @@ -23,7 +23,7 @@ jobs:
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.1.1

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

0 comments on commit 8bd9e5f

Please sign in to comment.