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.
2 parents bcd43f2 + f57c8f1 commit 2cbbfc0Copy full SHA for 2cbbfc0
.github/workflows/publish.yaml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: macos-latest
7
steps:
8
- name: Checkout repository
9
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
10
11
- name: Install mdbook
12
run: brew install mdbook
.github/workflows/release.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
- uses: actions/checkout@v3
45
46
- name: Validate release and tagged version numbers
47
# $GITHUB_REF is refs/tags/debugger-VERSION
0 commit comments