Skip to content

Commit

Permalink
chore: update github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
vafanassieff committed Nov 9, 2023
1 parent 3609371 commit bca7da3
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,23 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: vafanassieff
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bp-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bp-descriptor-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bp-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lnp-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rgb-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rgb-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rgb20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storm-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storm-stored.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get latest commit
uses: ./.github/actions/latest-commit
id: latest-commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/taproot-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
tag-release-exists: ${{ steps.check-tag-release.outputs.exists }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get latest commit
uses: ./.github/actions/latest-commit
Expand Down

0 comments on commit bca7da3

Please sign in to comment.