We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7c7a4 commit 53bcac9Copy full SHA for 53bcac9
.github/workflows/dependabot-update.yml
@@ -18,7 +18,7 @@ jobs:
18
environment: dependabot_update
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
with:
23
# use a separate token to allow the push to trigger builds
24
token: ${{ secrets.DEPENDABOT_GITHUB_TOKEN }}
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
14
15
16
- name: Setup Node.js environment
17
uses: actions/setup-node@v4
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
10
- uses: ./
0 commit comments