Skip to content

Commit 16bac49

Browse files
authored
chore(deps): bump actions/checkout from 3 to 4 (#19)
2 parents f6fc219 + f52ce5e commit 16bac49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v3
19+
uses: actions/checkout@v4
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
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Docker Login to GitHub Container Registry
2222
uses: docker/login-action@v2

0 commit comments

Comments
 (0)