Skip to content

Commit 0921fc0

Browse files
Merge pull request #49 from janheinrichmerker/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e1ebbc2 + 5ab26d7 commit 0921fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: "📥 Check-out"
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v5
1212
- name: "✏️ Generate full changelog"
1313
id: generate-full-changelog
1414
uses: ./

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: "📥 Check-out"
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
- name: "✏️ Generate release changelog"
1616
id: generate-release-changelog
1717
uses: ./

0 commit comments

Comments
 (0)