Skip to content

Commit 37424d9

Browse files
kbdharunbarthalion
authored andcommitted
deploy.yml: bump actions version
1 parent 6a0fd85 commit 37424d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313

1414
- uses: ruby/setup-ruby@v1
1515
with:
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

33-
- uses: docker/build-push-action@v3
33+
- uses: docker/build-push-action@v4
3434
with:
3535
file: Dockerfile
3636
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)