Skip to content

Commit 9ba306c

Browse files
authored
Merge pull request #10 from pmoscode/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents a5d6067 + 711d228 commit 9ba306c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Run all tests
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- uses: pnorton5432/setup-task@v1
1919
with:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
container:
2121
image: returntocorp/semgrep
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- run: semgrep ci

0 commit comments

Comments
 (0)