Skip to content

Commit fbffc27

Browse files
build: bump actions/checkout from 5 to 6 (#262)
1 parent bea9eaa commit fbffc27

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/clang-format-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- {version: "4.0", ubuntu: "bionic"}
5252
- {version: "3.9", ubuntu: "bionic"}
5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
- name: Parse version tags
5656
run: |
5757
VERSION="${{ matrix.version-pair.version }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-slim
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- name: Release with Notes

.github/workflows/shell-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
SHFMT_VERSION: 3.0.1
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- uses: ludeeus/action-shellcheck@2.0.0
1919

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- 20
4343
- 21
4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646
- name: Build and test the Docker image
4747
run: test/test.sh ${{ matrix.clang-format-version }}
4848
e2e:
@@ -82,7 +82,7 @@ jobs:
8282
exclude: 'capital'
8383
known_fail: false
8484
steps:
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
- name: Run clang-format style check for C/C++ programs.
8787
id: check
8888
uses: ./../clang-format-action

0 commit comments

Comments
 (0)