Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 20, 2024
1 parent ef5680d commit 928a567
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "COMMIT_SHA=$sha" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
# fetch-depth: 0
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pr-open-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
# with:
# fetch-depth: 0
Expand All @@ -90,14 +90,14 @@ jobs:
echo event number is: ${{ github.event.number }}
- name: Log in to GitHub Docker Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and Push Client Docker Image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
env:
IMAGE_TAG: ${{ needs.CalculateImageTags.outputs.imagetag }}

Expand All @@ -118,7 +118,7 @@ jobs:
environment: dev

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout
with:
# fetch-depth: 0
Expand Down

0 comments on commit 928a567

Please sign in to comment.