Skip to content

Commit 84b886b

Browse files
authored
Merge pull request #111 from pact-foundation/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
2 parents dbaecbc + fb63d42 commit 84b886b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: ${{ steps.release-gem.outputs.version }}
1515
increment: ${{ steps.release-gem.outputs.increment }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- id: release-gem

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ruby_version: ["2.7", "3.0", "3.1", "3.2", "3.3"]
1212
os: ["ubuntu-latest","windows-latest","macos-latest"]
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: ${{ matrix.ruby_version }}

0 commit comments

Comments
 (0)