Skip to content

Commit ae2aba6

Browse files
Update GitHub Actions non-major dependencies
1 parent 8a22f81 commit ae2aba6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: 'sudo chown -R $USER docs'
6464

6565
- name: Publish documentation to GitHub Pages
66-
uses: JamesIves/github-pages-deploy-action@v4.7.3
66+
uses: JamesIves/github-pages-deploy-action@v4.8.0
6767
with:
6868
branch: gh-pages
6969
folder: docs

.github/workflows/spm-windows.yml

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

2828
steps:
2929
- name: Setup Swift ${{ matrix.swift_version }}
30-
uses: compnerd/gha-setup-swift@v0.3.0
30+
uses: compnerd/gha-setup-swift@v0.4.0
3131
with:
3232
branch: swift-${{ matrix.swift_version }}-release
3333
tag: ${{ matrix.swift_version }}-RELEASE

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
11+
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.17

0 commit comments

Comments
 (0)