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 d21e920 + 8f9f64c commit 89efcfbCopy full SHA for 89efcfb
.github/workflows/autocommit.yml
@@ -39,7 +39,7 @@ jobs:
39
max-parallel: 1
40
steps:
41
- name: Checkout repository
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
43
with:
44
token: ${{ secrets.IMPRESSBOT_TOKEN }}
45
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
name: ${{ matrix.name }}
37
38
- name: Checkout code
- name: Setup Node.js
uses: actions/setup-node@v4
0 commit comments