We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d537b7d + 1ca0a6b commit befe673Copy full SHA for befe673
3 files changed
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout repository
33
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
34
with:
35
# We must fetch at least the immediate parents so that if this is
36
# a pull request then we can checkout the head.
.github/workflows/linters.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
- name: Check out code
11
12
13
- name: Set up Go
14
uses: actions/setup-go@v4 # action page: <https://github.com/actions/setup-go>
.github/workflows/linux.yml
@@ -33,7 +33,7 @@ jobs:
extensions: sockets
37
38
- name: Get Composer Cache Directory
39
id: composer-cache
0 commit comments