Skip to content

Commit 7f7c972

Browse files
authored
Merge pull request #74 from homeall/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents e384d53 + 895aa06 commit 7f7c972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Checkout
2121
id: checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Install Cosign
2525
id: install-cosign

.github/workflows/update-license-year.yaml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Update LICENSE Year
2121
id: update_license

0 commit comments

Comments
 (0)