Skip to content

Commit 934ea6d

Browse files
authored
Merge pull request #216 from zazuko/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents feaac4c + 750ef84 commit 934ea6d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Replace draft status
2222
run: sed -i 's/"ZZ-DRAFT"/"ZZ-BASIC"/g' config.js meta/config.js relation/config.js

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
private_key: ${{ secrets.GH_PRIVATE_KEY }}
2222

2323
- name: Checkout Repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2727
fetch-depth: 0

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node: 20.12.1 # Pinned, because of https://github.com/approvals/Approvals.NodeJS/issues/176
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4
@@ -62,7 +62,7 @@ jobs:
6262
- profile-opendataswiss-lindas
6363
steps:
6464
- name: Checkout
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v5
6666

6767
- name: Set up Node.js
6868
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)