Skip to content

Commit

Permalink
Update action versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Apr 29, 2024
1 parent cebbd7b commit 4547290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false

- name: Pull docker image 🐳
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

Expand Down

0 comments on commit 4547290

Please sign in to comment.