Skip to content

Commit 9fb054b

Browse files
authored
Merge pull request #60 from opennetworkinglab/dependabot/github_actions/actions-deps-20872c391e
Bump the actions-deps group with 4 updates
2 parents b227b5e + 7e31ea7 commit 9fb054b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
- name: Setup Pages
33-
uses: actions/configure-pages@v4
33+
uses: actions/configure-pages@v5
3434
- name: Build html
3535
run: make html
3636
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v3
37+
uses: actions/upload-pages-artifact@v4
3838
with:
3939
# Upload build repository
4040
path: './_build/html'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
43-
uses: actions/deploy-pages@v4
43+
uses: actions/deploy-pages@v5
4444

4545

4646

.github/workflows/validate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
1010
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1111
- name: Check out repo
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313
- name: Validate reST source
1414
run: make test
1515
- name: Build docs

0 commit comments

Comments
 (0)