diff --git a/.changes/unreleased/Dependency-20240625-074010.yaml b/.changes/unreleased/Dependency-20240625-074010.yaml new file mode 100644 index 0000000..373f393 --- /dev/null +++ b/.changes/unreleased/Dependency-20240625-074010.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 2 updates' +time: 2024-06-25T07:40:10.912156118Z diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dbc4d75..f4a5ff3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5.1.0 + uses: goreleaser/goreleaser-action@v6.0.0 with: version: latest args: release --rm-dist diff --git a/.github/workflows/triage.yaml b/.github/workflows/triage.yaml index 9bba0c6..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@v1.0.1 + 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 }}