We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7058fc commit 5e640e0Copy full SHA for 5e640e0
.github/workflows/publish.yaml
@@ -13,7 +13,7 @@ jobs:
13
packages: write
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
- name: Set up Ruby 3.0
18
uses: ruby/setup-ruby@v1
19
with:
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
0 commit comments