Skip to content

Commit

Permalink
chore(ci): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent a20a696 commit 02c3685
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
access_token: ${{ github.token }}

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: deploy
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
with:
Expand All @@ -40,7 +40,7 @@ jobs:
if: github.ref != 'refs/heads/release'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: hashicorp/setup-terraform@v2
with:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
Expand Down

0 comments on commit 02c3685

Please sign in to comment.