Skip to content

Commit b753f33

Browse files
chore(deps): update actions/checkout action to v5 (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09451d8 commit b753f33

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
# Setup
24-
- uses: actions/checkout@v4.2.2
24+
- uses: actions/checkout@v5.0.0
2525
with:
2626
persist-credentials: false
2727
- name: Install dependencies

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint-eslint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4.2.2
25+
- uses: actions/checkout@v5.0.0
2626
with:
2727
persist-credentials: false
2828
- name: Install GitHub Actions formatter
@@ -35,7 +35,7 @@ jobs:
3535
lint-pre-commit:
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v4.2.2
38+
- uses: actions/checkout@v5.0.0
3939
with:
4040
persist-credentials: false
4141
- uses: mschoettle/[email protected]
@@ -49,7 +49,7 @@ jobs:
4949
check-thirdparty-notice:
5050
runs-on: ubuntu-latest
5151
steps:
52-
- uses: actions/checkout@v4.2.2
52+
- uses: actions/checkout@v5.0.0
5353
with:
5454
persist-credentials: false
5555
- uses: opalmedapps/actions/actions/check-thirdparty-notice@main
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161
steps:
6262
# Setup
63-
- uses: actions/checkout@v4.2.2
63+
- uses: actions/checkout@v5.0.0
6464
with:
6565
persist-credentials: false
6666
- name: Install dependencies

.github/workflows/firebase-rules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Print environment
4545
run: |
4646
echo "Environment: $ENVIRONMENT ($ENVIRONMENT_CAPS)"
47-
- uses: actions/checkout@v4.2.2
47+
- uses: actions/checkout@v5.0.0
4848
with:
4949
persist-credentials: false
5050
- name: Use Node.js

0 commit comments

Comments
 (0)