Skip to content

Commit ec446e6

Browse files
authored
Merge pull request carlos-jenkins#28 from mikespub/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents ffa055c + 7e48e45 commit ec446e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828

2929
- name: Log in to the Container registry
3030
uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583

0 commit comments

Comments
 (0)