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 8e1eb95 + 56c19ad commit c1ae52fCopy full SHA for c1ae52f
2 files changed
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
actionlint:
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
18
19
- name: Download actionlint
20
id: get_actionlint
@@ -29,7 +29,7 @@ jobs:
29
runs-on: macos-15
30
31
- name: Checkout 🛎️
32
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
33
34
- name: Setup Node.js
35
uses: actions/setup-node@v6
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
12
release:
13
- name: Install dependencies
run: |
brew install gnu-sed
0 commit comments