Skip to content

Commit 83b5525

Browse files
authored
Merge pull request #13 from pmoscode/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 6b12d9e + 3268f9f commit 83b5525

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@v5
16+
- uses: actions/checkout@v6
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@v5
23+
- uses: actions/checkout@v6
2424
- run: semgrep ci

0 commit comments

Comments
 (0)