Skip to content

Commit

Permalink
Merge pull request #2 from alta/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-3

build(deps): bump actions/checkout from 2 to 3
  • Loading branch information
ydnar authored Mar 20, 2024
2 parents f526349 + dd361c3 commit 27a5b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down

0 comments on commit 27a5b28

Please sign in to comment.