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 83d7915 + c6ead35 commit 84478deCopy full SHA for 84478de
.github/workflows/checkin.yml
@@ -5,7 +5,7 @@ jobs:
5
check_pr:
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@v3.5.2
+ - uses: actions/checkout@v3.5.3
9
10
- name: "npm ci"
11
run: npm ci
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
publish:
12
- uses: tgymnich/publish-github-action@v1
13
with:
14
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments