From 1f1a9449a3a892adcc1ec3d48044618961c81536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 02:03:25 +0000 Subject: [PATCH] Bump the actions-patch-minor group with 2 updates Bumps the actions-patch-minor group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v6.0.2) Updates `peter-evans/create-pull-request` from 8.0.0 to 8.1.1 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v8.0.0...v8.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-patch-minor - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/sync-test-fixtures.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bd849b..99503c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v6.0.2 - name: Run markdownlint-cli uses: nosborn/github-action-markdown-cli@v3.5.0 with: @@ -34,7 +34,7 @@ jobs: dotnet-version: - '9.0.x' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Setup dotnet ${{ matrix.dotnet-version }} uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa61076..326a667 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: needs: wait-for-ci runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Setup dotnet uses: actions/setup-dotnet@v5 with: diff --git a/.github/workflows/sync-test-fixtures.yml b/.github/workflows/sync-test-fixtures.yml index db0fd8f..bfbb24c 100644 --- a/.github/workflows/sync-test-fixtures.yml +++ b/.github/workflows/sync-test-fixtures.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.2 - name: Sync fixtures id: sync run: | @@ -20,7 +20,7 @@ jobs: rsync -a --delete "$TMP_DIR/dnsimple-developer-main/fixtures/v2/" src/dnsimple-test/fixtures/v2/ echo "now=$(date +'%Y-%m-%d %H:%M:%S')" >> "$GITHUB_OUTPUT" - name: Create PR with synced fixtures - uses: peter-evans/create-pull-request@v8.0.0 + uses: peter-evans/create-pull-request@v8.1.1 with: sign-commits: true add-paths: src/dnsimple-test/fixtures/v2/