Skip to content

Commit bc1c148

Browse files
authored
Merge pull request #609 from HenryLach/chore/consolidate-actions-bumps
chore(deps): consolidate GitHub Actions version bumps (supersedes #591, #592, #593, #608)
2 parents 6d1d403 + 6bdd48b commit bc1c148

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Setup Node.js
2222
uses: actions/setup-node@v6

.github/workflows/pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v7
4242

4343
- name: Configure Pages
44-
uses: actions/configure-pages@v5
44+
uses: actions/configure-pages@v6
4545

4646
- name: Upload Taskplane Overview artifact
47-
uses: actions/upload-pages-artifact@v3
47+
uses: actions/upload-pages-artifact@v5
4848
with:
4949
path: docs/taskplane-overview
5050

5151
- name: Deploy to GitHub Pages
5252
id: deployment
53-
uses: actions/deploy-pages@v4
53+
uses: actions/deploy-pages@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fi
4949
5050
- name: Checkout tagged commit
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
ref: ${{ steps.ref.outputs.ref }}
5454
fetch-depth: 0

0 commit comments

Comments
 (0)