Skip to content

Commit bd775df

Browse files
authored
Merge pull request #1 from WOSSFOSS/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents db3f6b2 + 98ee4f0 commit bd775df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- linux/arm64/v8
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424

2525
- name: Convert image name to lowercase
2626
run: |
@@ -103,7 +103,7 @@ jobs:
103103
uses: docker/setup-buildx-action@v3
104104

105105
- name: Checkout repository
106-
uses: actions/checkout@v5
106+
uses: actions/checkout@v6
107107

108108
- name: Docker meta
109109
id: meta

0 commit comments

Comments
 (0)