Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(github): bump checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Apr 14, 2024
1 parent 27ddcc7 commit 16b7b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
checks: write
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Build and push container image to GCR (only on main branch)
- name: Log in to the GitHub Container Registry
uses: docker/login-action@v1
Expand All @@ -60,7 +60,7 @@ jobs:
needs: [build, test, push]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 16b7b7d

Please sign in to comment.