We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1f4b9 commit f607abeCopy full SHA for f607abe
.github/workflows/codespell.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Check for spelling errors
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- uses: codespell-project/actions-codespell@master
13
with:
14
check_filenames: true
.github/workflows/trivy.yaml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
16
- name: Install go
17
uses: actions/setup-go@v4
0 commit comments