Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and LeoColomb committed Sep 4, 2023
1 parent 8d82833 commit c7a4fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Infrastructure
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Terraform
uses: hashicorp/setup-terraform@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
needs: infra
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js LTS
uses: actions/setup-node@v3
Expand Down

0 comments on commit c7a4fd8

Please sign in to comment.