Skip to content

Commit 5a7980e

Browse files
Bump the actions-patch-minor group with 2 updates (#239)
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](actions/checkout@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](peter-evans/create-pull-request@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3f4e607 commit 5a7980e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout Code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v6.0.2
2121
- name: Run markdownlint-cli
2222
uses: nosborn/github-action-markdown-cli@v3.5.0
2323
with:
@@ -34,7 +34,7 @@ jobs:
3434
dotnet-version:
3535
- '9.0.x'
3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v6.0.2
3838
- name: Setup dotnet ${{ matrix.dotnet-version }}
3939
uses: actions/setup-dotnet@v5
4040
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: wait-for-ci
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v6.0.2
2828
- name: Setup dotnet
2929
uses: actions/setup-dotnet@v5
3030
with:

.github/workflows/sync-test-fixtures.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v6.0.0
13+
uses: actions/checkout@v6.0.2
1414
- name: Sync fixtures
1515
id: sync
1616
run: |
@@ -20,7 +20,7 @@ jobs:
2020
rsync -a --delete "$TMP_DIR/dnsimple-developer-main/fixtures/v2/" src/dnsimple-test/fixtures/v2/
2121
echo "now=$(date +'%Y-%m-%d %H:%M:%S')" >> "$GITHUB_OUTPUT"
2222
- name: Create PR with synced fixtures
23-
uses: peter-evans/create-pull-request@v8.0.0
23+
uses: peter-evans/create-pull-request@v8.1.1
2424
with:
2525
sign-commits: true
2626
add-paths: src/dnsimple-test/fixtures/v2/

0 commit comments

Comments
 (0)