Skip to content

Commit

Permalink
chore: update workflows to use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AnActualEmerald committed Aug 17, 2024
1 parent 3faf698 commit 1269a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile.tcli --tag ghcr.io/greentf/tcli:latest
- name: Authenticate with GHCR
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: pub
uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: create test zip
run: |
sudo apt install zip
Expand Down

0 comments on commit 1269a2e

Please sign in to comment.