Skip to content

Commit

Permalink
Update actions/checkout action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and victor-rds committed Dec 19, 2022
1 parent bb6e110 commit 189afa0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action_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.1.0
uses: actions/checkout@v3.2.0

- name: Checkout Etesync Web Client
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
NOTES_VERSION: ${{ inputs.notes_version }}
steps:
- name: Checkout Dockerfiles and Context
uses: actions/checkout@v3.1.0
uses: actions/checkout@v3.2.0

- name: Checkout Etesync Web Client
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .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.1.0
uses: actions/checkout@v3.2.0

- id: docker_metadata
uses: docker/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .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.1.0
uses: actions/checkout@v3.2.0

- id: gen-tag
shell: bash
Expand Down

0 comments on commit 189afa0

Please sign in to comment.