Skip to content

Commit

Permalink
Update Github Actions Versions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent 189afa0 commit 9958ae6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
NOTES_VERSION: v1.7.0
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v4.0.0

- name: Checkout Etesync Web Client
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: etesync/etesync-web.git
path: etesync-web
ref: ${{ env.CLIENT_VERSION }}

- name: Checkout Etesync Notes
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: etesync/etesync-notes.git
path: etesync-notes
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.2.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ jobs:
NOTES_VERSION: ${{ inputs.notes_version }}
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v4.0.0

- name: Checkout Etesync Web Client
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: etesync/etesync-web.git
path: etesync-web
ref: ${{ env.CLIENT_VERSION }}

- name: Checkout Etesync Notes
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: etesync/etesync-notes.git
path: etesync-notes
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
username: ${{ secrets.dckr_username }}
password: ${{ secrets.dckr_token }}

- uses: docker/build-push-action@v3.2.0
- uses: docker/build-push-action@v4.2.1
if: always()
with:
builder: ${{ steps.buildx.outputs.name }}
Expand All @@ -128,7 +128,7 @@ jobs:
labels: ${{ steps.docker_metadata_debian.outputs.labels }}
push: ${{ inputs.pushit }}

- uses: docker/build-push-action@v3.2.0
- uses: docker/build-push-action@v4.2.1
if: always()
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v4.0.0

- id: docker_metadata
uses: docker/[email protected]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.2.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
NOTES_VERSION: v1.7.0
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.2.0
uses: actions/checkout@v4.0.0

- id: gen-tag
shell: bash
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Docker Build and Push
id: docker_build_push
uses: docker/build-push-action@v3.2.0
uses: docker/build-push-action@v4.2.1
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ github.event.inputs.platforms }}
Expand Down

0 comments on commit 9958ae6

Please sign in to comment.