Skip to content

Commit 8d559fd

Browse files
authored
Merge pull request progit#1898 from progit/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e3e4380 + a315cb5 commit 8d559fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/pr-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1

Diff for: .github/workflows/release-on-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414

0 commit comments

Comments
 (0)