Skip to content

Commit 2d247fa

Browse files
authored
Use actions/checkout@v3 (#59)
1 parent be6de2b commit 2d247fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: "Checkout code"
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
ref: master
1919
fetch-depth: '0'
@@ -66,7 +66,7 @@ jobs:
6666
if: github.ref == 'refs/heads/master' || github.event_name == 'release'
6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@v2
69+
uses: actions/checkout@v3
7070
- name: Docker meta
7171
id: meta
7272
uses: crazy-max/ghaction-docker-meta@v2

0 commit comments

Comments
 (0)