Skip to content

Commit 9ca5d15

Browse files
authored
Merge pull request #39 from inhere/dependabot/github_actions/actions/checkout-7
chore(deps): bump actions/checkout from 6 to 7
2 parents f129ed2 + 3535314 commit 9ca5d15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

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

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828

2929
- name: Set ENV vars
3030
# 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
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
fetch-depth: 0
1919

0 commit comments

Comments
 (0)