We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents febfda9 + 8b4c61d commit a4efe2cCopy full SHA for a4efe2c
.github/workflows/github-pages.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2.4.0
+ - uses: actions/checkout@v3
14
15
- name: Setup Node.js environment
16
uses: actions/setup-node@v3.0.0
.github/workflows/node.yml
@@ -7,7 +7,7 @@ jobs:
7
8
9
.github/workflows/ruby.yml
@@ -8,7 +8,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
0 commit comments