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 ad5cbfc commit 2b47ff5Copy full SHA for 2b47ff5
.github/workflows/pages.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
- name: Setup Ruby
24
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
25
with:
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
26
0 commit comments