Skip to content

Commit bbbf8d2

Browse files
chore(deps): update external major to v6
1 parent 452fcd0 commit bbbf8d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Set up Node.js 24.x
2121
uses: actions/setup-node@v6
2222
with:
@@ -45,9 +45,9 @@ jobs:
4545
if: github.ref != 'refs/heads/main'
4646
needs: test
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
- name: Use Node.js 24.x
50-
uses: actions/setup-node@v5
50+
uses: actions/setup-node@v6
5151
with:
5252
node-version: '24.x'
5353
- name: extracting last commit message
@@ -76,12 +76,12 @@ jobs:
7676
if: github.ref == 'refs/heads/main'
7777
needs: test
7878
steps:
79-
- uses: actions/checkout@v5
79+
- uses: actions/checkout@v6
8080
with:
8181
persist-credentials: true
8282
token: ${{ secrets.ADOBE_BOT_GITHUB_TOKEN }}
8383
- name: Use Node.js 24.x
84-
uses: actions/setup-node@v5
84+
uses: actions/setup-node@v6
8585
with:
8686
node-version: '24.x'
8787
- name: extracting last commit message

.github/workflows/email-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Use email bot
1919
uses: adobecom/da-email-bot@main
2020
env:

0 commit comments

Comments
 (0)