Skip to content

Commit 18fb4b9

Browse files
authored
Merge pull request #888 from github/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 482200c + 95375ce commit 18fb4b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docker.yml

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 Repository
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Get Docker Metadata
2121
id: meta

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- 2.6
1111
- 2.7
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: script/cibuild-docker
1515
run: script/cibuild-docker
1616
env:

0 commit comments

Comments
 (0)