Skip to content

Commit c32e713

Browse files
authored
Merge pull request #98 from roadrunner-server/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 98e4d00 + fb91f18 commit c32e713

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
# We must fetch at least the immediate parents so that if this is
3636
# a pull request then we can checkout the head.

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out code
11-
uses: actions/checkout@v5
11+
uses: actions/checkout@v6
1212

1313
- name: Set up Go
1414
uses: actions/setup-go@v6 # action page: <https://github.com/actions/setup-go>

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
extensions: sockets
3434

3535
- name: Check out code
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737

3838
- name: Get Composer Cache Directory
3939
id: composer-cache

0 commit comments

Comments
 (0)