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 00d44c2 commit d03b288Copy full SHA for d03b288
.github/workflows/deploy.yml
@@ -15,10 +15,10 @@ jobs:
15
git config --global user.email github-actions@github.com
16
17
- name: Checkout
18
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
19
20
21
22
with:
23
ref: public
24
path: _site
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
9
steps:
10
11
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
12
13
- name: Setup Ruby
14
uses: ruby/setup-ruby@v1.264.0
0 commit comments