We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0477a commit bd1d8c6Copy full SHA for bd1d8c6
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- { os: windows-2019, ruby: 2.3 }
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
- name: Install Ruby & 'bundle install'
21
uses: ruby/setup-ruby@v1
22
with:
.github/workflows/gem.yml
@@ -9,7 +9,7 @@ jobs:
9
release_version:
10
runs-on: ubuntu-latest
11
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: lsegal/github-release-from-changelog-action@latest
14
env:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments