Skip to content

Commit

Permalink
v3 -> v4 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dojyorin authored Dec 15, 2023
1 parent 20deb46 commit aa16ecf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_push.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"steps": [{
"name": "clone repository",
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
}, {
"name": "install docker-qemu",
"uses": "docker/setup-qemu-action@v3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
tag_l: dojyorin/deno:latest
steps:
- name: clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install docker-qemu
uses: docker/setup-qemu-action@v3
- name: login dockerhub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"steps": [{
"name": "clone repository",
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
}, {
"name": "install docker-qemu",
"uses": "docker/setup-qemu-action@v3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- distroless
steps:
- name: clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install docker-qemu
uses: docker/setup-qemu-action@v3
- name: build image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"runs-on": "ubuntu-latest",
"steps": [{
"name": "clone repository",
"uses": "actions/checkout@v3"
"uses": "actions/checkout@v4"
}, {
"name": "dispatch release",
"uses": "softprops/action-gh-release@v1",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: dispatch release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Now, let's start using it!

|OS|Tags|Arch|
|:--|:--|:--|
|Distroless|`latest` `vX.Y.Z` `distroless` `distroless-vX.Y.Z`|`amd64`|
|Distroless (default)|`latest` `vX.Y.Z` `distroless` `distroless-vX.Y.Z`|`amd64`|
|Alpine|`alpine` `alpine-vX.Y.Z`|`amd64`|

# How to use
Expand Down

0 comments on commit aa16ecf

Please sign in to comment.