Skip to content

Commit

Permalink
Update github actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nktpro committed Jan 29, 2024
1 parent 01c6110 commit 6928ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
outputs:
version: ${{ steps.determine-version.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
env:
IMAGE_REPOSITORY: public.ecr.aws/shopstic
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Push
shell: nix develop -v -c bash {0}
Expand All @@ -111,7 +111,7 @@ jobs:
env:
IMAGE_REPOSITORY: public.ecr.aws/shopstic
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build and push Helm Chart
shell: nix develop -v -c bash {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
RELEASE_VERSION: ${{ github.event.inputs.releaseVersion }}
NEXT_VERSION: ${{ github.event.inputs.nextVersion }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 6928ef3

Please sign in to comment.