Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.

Commit 45c22c3

Browse files
chore(deps): update actions/checkout action to v4
1 parent 72aa360 commit 45c22c3

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/feature-branch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.10", "3.11"]
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v4
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- name: Check out source repository
4646
# yamllint disable-line rule:comments
47-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
47+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4848

4949
- name: Set up Python environment
5050
uses: actions/setup-python@v4
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- name: Check out source repository
6262
# yamllint disable-line rule:comments
63-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
63+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6464

6565
- name: Set up Python environment
6666
uses: actions/setup-python@v4

.github/workflows/linter.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs: find-changes
4141
steps:
4242
# yamllint disable-line rule:comments
43-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
43+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4444

4545
- name: Run JSON Lint
4646
run: bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)
@@ -52,7 +52,7 @@ jobs:
5252
needs: find-changes
5353
steps:
5454
# yamllint disable-line rule:comments
55-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
55+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5656

5757
- name: Validate Markdown file
5858
run: |
@@ -66,7 +66,7 @@ jobs:
6666
needs: find-changes
6767
steps:
6868
# yamllint disable-line rule:comments
69-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
69+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
7070

7171
# yamllint disable-line rule:comments
7272
- uses: suzuki-shunsuke/github-action-renovate-config-validator@b7cd2b598bb51d071a2474e98f55cc25f91abec1 # v0.1.3
@@ -81,7 +81,7 @@ jobs:
8181
options: --cpus 1 --user root
8282
steps:
8383
# yamllint disable-line rule:comments
84-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
84+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8585

8686
- name: Validate Github workflows
8787
run: |
@@ -95,7 +95,7 @@ jobs:
9595
if: needs.find-changes.outputs.yaml == 'true'
9696
steps:
9797
# yamllint disable-line rule:comments
98-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
98+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9999

100100
- name: yaml-lint
101101
# yamllint disable-line rule:comments

.github/workflows/slash-ops-command-help.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
# yamllint disable-line rule:comments
16-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
16+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717

1818
- name: Choose maintainer
1919
id: vars

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
# yamllint disable-line rule:comments
13-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414

1515
# yamllint disable-line rule:comments
1616
- uses: streetsidesoftware/cspell-action@c8855adc59d29c3fc73b5453b16717947c3f050c # v2.26.3

0 commit comments

Comments
 (0)