Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
suecharo committed Apr 18, 2024
1 parent 3175373 commit fb3ebf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == "dbcls/backup-system"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if: github.repository == "dbcls/backup-system"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
Expand Down

0 comments on commit fb3ebf3

Please sign in to comment.