diff --git a/.changes/unreleased/Dependency-20260401-125051.yaml b/.changes/unreleased/Dependency-20260401-125051.yaml new file mode 100644 index 0000000..14cbfde --- /dev/null +++ b/.changes/unreleased/Dependency-20260401-125051.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 6 updates' +time: 2026-04-01T12:50:51.375816196Z diff --git a/.github/workflows/dependabot-changie.yaml b/.github/workflows/dependabot-changie.yaml index 1aacb80..ef64e2c 100644 --- a/.github/workflows/dependabot-changie.yaml +++ b/.github/workflows/dependabot-changie.yaml @@ -15,7 +15,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Fetch Dependabot metadata id: dependabot-metadata @@ -29,7 +29,7 @@ jobs: version: latest args: new --body "${{ github.event.pull_request.title }}" --kind Dependency - - uses: stefanzweifel/git-auto-commit-action@v7-next + - uses: stefanzweifel/git-auto-commit-action@v7.1.0 with: commit_message: "chore(deps): add changelog for dependabot updates" commit_user_name: "dependabot[bot]" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9c3b6c0..b2e1097 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,16 +7,16 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Go 1.20 - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: "1.20" - name: golangci-lint continue-on-error: true - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v9 with: args: --issues-exit-code=0 --timeout=5m @@ -24,7 +24,7 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./... - name: Upload to codecov - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: verbose: true @@ -37,12 +37,12 @@ jobs: pull-requests: write actions: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.6.0 + uses: labd/changie-release-action@v0.6.1 with: github-token: ${{ secrets.GITHUB_TOKEN }}