Skip to content

Commit 25a89ce

Browse files
authored
chore(deps): bump actions/checkout from 4 to 6 (#47)
2 parents 5a24571 + 431d629 commit 25a89ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Deploy docs
2222
uses: mhausenblas/mkdocs-deploy-gh-pages@master

.github/workflows/publish-devcontainer.yml

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

2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323

2424
- name: Docker Login to GHCR
2525
uses: docker/login-action@v3

0 commit comments

Comments
 (0)