Skip to content

Commit

Permalink
Merge pull request #145 from pact-foundation/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
YOU54F authored Oct 13, 2023
2 parents ceed532 + 89213e7 commit 20c1f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- run: |
gem install bundler -v 2.4
Expand All @@ -26,7 +26,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
increment: ${{ steps.release.outputs.increment }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pact-foundation/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
needs: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
- name: Bundle install
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ruby_version: ["2.7", "3.0", "3.1", "3.2"]
os: ["ubuntu-latest","windows-latest","macos-latest"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby_version }}
Expand All @@ -25,7 +25,7 @@ jobs:
matrix:
feature: [""]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2"
Expand Down

0 comments on commit 20c1f10

Please sign in to comment.