Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the all-actions group with 4 updates #1197

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-05-08
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
DOCKER_IMG_CACHED_AATH: ${{ steps.docker-imgs.outputs.DOCKER_IMG_CACHED_AATH }}
steps:
- name: "Git checkout"
uses: actions/checkout@v1
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
wallet: ["vdrtools_wallet", "askar_wallet"]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
Expand All @@ -126,7 +126,7 @@ jobs:
backend: ["credx,vdrtools_wallet", "vdr_proxy_ledger,vdrtools_wallet"]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
Expand Down Expand Up @@ -159,9 +159,9 @@ jobs:
image-name: ${{ steps.meta.outputs.tags }}
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -192,9 +192,9 @@ jobs:
image-name: ${{ steps.meta.outputs.tags }}
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -228,9 +228,9 @@ jobs:
steps:
- name: "Git checkout"
if: ${{ env.IS_FORK == 'false' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Docker Login"
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: ${{ env.URL_DOCKER_REGISTRY }}
username: $GITHUB_ACTOR
Expand Down Expand Up @@ -259,9 +259,9 @@ jobs:
steps:
- name: "Git checkout"
if: ${{ env.IS_FORK == 'false' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Docker Login"
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
login-server: ${{ env.URL_DOCKER_REGISTRY }}
username: $GITHUB_ACTOR
Expand All @@ -282,7 +282,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -298,7 +298,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -315,7 +315,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -335,7 +335,7 @@ jobs:
wallet: ["vdrtools_wallet,credx", "askar_wallet,credx"]
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -350,7 +350,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -365,7 +365,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -386,7 +386,7 @@ jobs:
VDR_PROXY_PORT: 3030
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Load image"
uses: ./.github/actions/load-image
with:
Expand All @@ -412,7 +412,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand All @@ -437,9 +437,9 @@ jobs:
RELEASE_UPLOAD_URL: ${{ steps.create-release.outputs.upload_url }}
steps:
- name: "Git checkout"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Generate changelog"
uses: heinrichreimer/action-github-changelog-generator@v2.3
uses: heinrichreimer/action-github-changelog-generator@v2.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
futureRelease: ${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/mediator.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
SKIP_CI: ${{ steps.skip-info.outputs.skip-ci }}
steps:
- name: "Git checkout"
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: "Construct CI run-info"
id: run-info
uses: ./.github/actions/construct-run-info
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
MYSQL_URL: mysql://admin:github.ci.password.no.prod@localhost:3326/mediator-persistence.mysql
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Setup rust testing environment"
uses: ./.github/actions/setup-testing-rust
with:
Expand Down Expand Up @@ -98,9 +98,9 @@ jobs:
image-name: ${{ steps.meta.outputs.tags }}
steps:
- name: "Git checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down
Loading