diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 50104c9..42ead5b 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.4.0 + uses: labd/changie-release-action@v0.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} release-workflow: release.yaml diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 0eaea7a..d273a29 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -36,7 +36,7 @@ jobs: AMPLIENCE_HUB_ID: ${{ secrets.AMPLIENCE_HUB_ID }} - name: Upload to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.4.0 + uses: labd/changie-release-action@v0.5.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} release-workflow: 'release.yaml' diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 6a30980..52b4b1d 100644 --- a/.github/workflows/triage.yaml +++ b/.github/workflows/triage.yaml @@ -18,7 +18,7 @@ jobs: private-key: ${{ secrets.RD_APP_PRIVATE_KEY }} installation-id: ${{ secrets.RD_APP_INSTALLATION_ID }} - name: set to project board - uses: actions/add-to-project@v0.5.0 + uses: actions/add-to-project@v1.0.2 with: project-url: https://github.com/orgs/labd/projects/3 github-token: ${{ steps.get-app-token.outputs.app-token }}