There was an error while loading. Please reload this page.
1 parent 6a0fd85 commit 37424d9Copy full SHA for 37424d9
1 file changed
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
13
14
- uses: ruby/setup-ruby@v1
15
with:
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ github.actor }}
31
password: ${{ secrets.GITHUB_TOKEN }}
32
33
- - uses: docker/build-push-action@v3
+ - uses: docker/build-push-action@v4
34
35
file: Dockerfile
36
push: ${{ github.event_name != 'pull_request' }}
0 commit comments