From faee8546257e6e10e74d9b4b93620a4f71d1bccf Mon Sep 17 00:00:00 2001 From: null Date: Fri, 20 Mar 2026 03:11:48 +0000 Subject: [PATCH] chore(deps): update github actions updates --- .github/actions/env/action.yml | 6 +++--- .github/workflows/main.yml | 12 ++++++------ .github/workflows/releases.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/env/action.yml b/.github/actions/env/action.yml index fdb24d9..3fe5718 100644 --- a/.github/actions/env/action.yml +++ b/.github/actions/env/action.yml @@ -13,15 +13,15 @@ runs: version: "latest" use-cache: true - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: "NumaryBot" password: ${{ inputs.token }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: "Put back the git branch into git (Earthly uses it for tagging)" shell: bash run: | diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c61c299..678d4da 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,14 +20,14 @@ jobs: permissions: statuses: write steps: - - uses: amannn/action-semantic-pull-request@v5 + - uses: amannn/action-semantic-pull-request@v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} Dirty: runs-on: "formance-runner" steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v6' with: fetch-depth: 0 - name: Setup Env @@ -53,7 +53,7 @@ jobs: needs: - Dirty steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v6' with: fetch-depth: 0 - name: Setup Env @@ -70,7 +70,7 @@ jobs: needs: - Dirty steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v6' with: fetch-depth: 0 - name: Setup Env @@ -94,7 +94,7 @@ jobs: - GoReleaser - Tests steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v6' with: fetch-depth: 0 - name: Setup Env @@ -102,7 +102,7 @@ jobs: with: token: ${{ secrets.NUMARY_GITHUB_TOKEN }} - name: Tailscale - uses: tailscale/github-action@v2 + uses: tailscale/github-action@v4 with: oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }} oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index a4150ac..5c86e6d 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -10,7 +10,7 @@ jobs: GoReleaser: runs-on: "formance-runner" steps: - - uses: 'actions/checkout@v4' + - uses: 'actions/checkout@v6' with: fetch-depth: 0 - name: Setup Env