We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc99e4 commit 40c6a36Copy full SHA for 40c6a36
.github/workflows/build.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
- name: Set up Node.js 24.x
21
uses: actions/setup-node@v6
22
with:
@@ -45,7 +45,7 @@ jobs:
45
if: github.ref != 'refs/heads/main'
46
needs: test
47
48
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
49
- name: Use Node.js 24.x
50
uses: actions/setup-node@v5
51
@@ -76,7 +76,7 @@ jobs:
76
if: github.ref == 'refs/heads/main'
77
78
79
80
81
persist-credentials: true
82
token: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
0 commit comments