Skip to content

Commit 734a308

Browse files
update actions versions
1 parent 234bc9d commit 734a308

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish_docker_images.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@master
12-
- uses: actions/checkout@master
11+
- uses: actions/checkout@v3
1312
with:
1413
fetch-depth: '0'
1514
- name: Bump version and push tag
16-
uses: anothrNick/github-tag-action@1.17.2
15+
uses: anothrNick/github-tag-action@1.36.0
1716
env:
1817
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1918
WITH_V: true

0 commit comments

Comments
 (0)