We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b572b9e + 2711aae commit 1b5fafeCopy full SHA for 1b5fafe
.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