Skip to content

Commit

Permalink
Merge pull request #76 from muandane/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.2
  • Loading branch information
muandane authored Nov 8, 2024
2 parents 1a9a410 + 0a48342 commit f6e9cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
go-version: '1.22.1'
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].2
- name: Set up Git
run: |
git config --global user.email "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Set up Go
Expand Down

0 comments on commit f6e9cfe

Please sign in to comment.