Skip to content

Commit fb868a9

Browse files
authored
Merge pull request #28 from pact-foundation/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 3ef574a + 50673ab commit fb868a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release_gem.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- id: release-gem

.github/workflows/test.yml

+1-1
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@v2
14+
- uses: actions/checkout@v4
1515
- uses: ruby/setup-ruby@v1
1616
with:
1717
ruby-version: ${{ matrix.ruby_version }}

0 commit comments

Comments
 (0)