Skip to content

Commit ce22877

Browse files
authored
Merge pull request #5 from inherelab/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents d61f903 + 7b8e4da commit ce22877

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/php.yml

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

2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Set ENV vars
3333
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable

.github/workflows/release.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
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Set ENV for github-release
2323
# https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable

.github/workflows/template-init.yml

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

2020
# Check out current repository
2121
- name: Fetch Sources
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
# Cleanup project
2525
- name: Cleanup

0 commit comments

Comments
 (0)