Skip to content

Commit

Permalink
Update actions/checkout to v4 in workflow files.
Browse files Browse the repository at this point in the history
Changed the version of actions/checkout from v3 to v4 in two workflow files.
  • Loading branch information
stefanfreitag committed Apr 25, 2024
1 parent ae1f0cf commit e17fbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tf-module-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Render terraform docs inside the README.md and push changes back to PR branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tf-module-release.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
fetch-depth: 0
Expand Down

0 comments on commit e17fbde

Please sign in to comment.