Skip to content

Commit a8103c4

Browse files
authored
Merge pull request #44 from altertek/dependabot/github_actions/github-actions-76468cb07f
chore(deps): bump actions/checkout from 5 to 6 in the github-actions group
2 parents fd38d81 + e801b7d commit a8103c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yml

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

1717
steps:
1818

19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- name: Run hadolint action
2222
uses: hadolint/hadolint-action@v3.3.0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
-
1919
name: Docker meta
2020
id: meta

0 commit comments

Comments
 (0)