Skip to content

Commit 3f2e89a

Browse files
chore(deps): update actions/checkout action to v4 (#848)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a719c87 commit 3f2e89a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ ubuntu-latest, macos-latest, windows-latest ]
1616
runs-on: ${{ matrix.os }}
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
@@ -79,7 +79,7 @@ jobs:
7979
needs: test
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8383
- name: Download coverage reports
8484
uses: actions/download-artifact@v3
8585
with:
@@ -102,7 +102,7 @@ jobs:
102102
ports:
103103
- "3000:3000"
104104
steps:
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
106106
- name: Set up Python
107107
uses: actions/setup-python@v4
108108
with:

.github/workflows/codeql-analysis.yml

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

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2121
with:
2222
# We must fetch at least the immediate parents so that if this is
2323
# a pull request then we can checkout the head.

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
create-release:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
with:
1616
fetch-depth: 0
1717
token: ${{ secrets.PAT }}

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313
with:
1414
fetch-depth: 0
1515
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
release:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1010
with:
1111
fetch-depth: 0
1212
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)