Skip to content

Commit cefa8b4

Browse files
dependabot[bot]ac000
authored andcommitted
ci: Bump actions/checkout from 4 to 5
Bumps <https://github.com/actions/checkout> from 4 to 5. NOTE: This requires a minimum runner version of 2.327.1 which we seem to currently be on. Link: Release notes <https://github.com/actions/checkout/releases> link: Changelog <https://github.com/actions/checkout/blob/main/CHANGELOG.md> Link: Commits <actions/checkout@v4...v5> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrew Clayton <[email protected]>
1 parent 6ef17b7 commit cefa8b4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/check-whitespace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-whitespace:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/ci-dev-distro-compiler.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fi
4848
npm install -g node-gyp
4949
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@v5
5151

5252
- name: configure unit CC=${{ matrix.compiler }}
5353
run: |
@@ -137,7 +137,7 @@ jobs:
137137
apk add clang
138138
fi
139139
140-
- uses: actions/checkout@v4
140+
- uses: actions/checkout@v5
141141

142142
- name: configure unit CC=${{ matrix.compiler }}
143143
run: |

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
os: ubuntu-latest
6767

6868
steps:
69-
- uses: actions/checkout@v4
69+
- uses: actions/checkout@v5
7070

7171
# Provides module, language version and testpath from build name
7272
- name: Output build metadata
@@ -120,7 +120,7 @@ jobs:
120120
##
121121

122122
- name: Clone njs repository
123-
uses: actions/checkout@v4
123+
uses: actions/checkout@v5
124124
with:
125125
repository: nginx/njs
126126
ref: '${{ steps.metadata.outputs.njs_version }}'

.github/workflows/clang-ast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ruby-dev openjdk-21-jdk npm
3636
npm install -g node-gyp
3737
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939

4040
- name: Checkout and build clang-ast
4141
run: |

.github/workflows/unitctl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
os: macos-latest
4444
target: aarch64-apple-darwin
4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747

4848
- run: rustup update stable
4949
- run: rustup target add ${{ matrix.target }}
@@ -100,7 +100,7 @@ jobs:
100100
target: x86_64-apple-darwin
101101

102102
steps:
103-
- uses: actions/checkout@v4
103+
- uses: actions/checkout@v5
104104

105105
- run: rustup update stable
106106
- run: rustup target add ${{ matrix.target }}

0 commit comments

Comments
 (0)