Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent be158a1 commit a9e03ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-matrix-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
fhempyV: ${{steps.split_fhempyV.outputs.result}}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Split fhempy Version
id: split_fhempyV
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
matrix: ${{steps.getModules.outputs.matrix}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: 'fhempy/fhempy'
ref: 'v${{ needs.prepare_build.outputs.fhempyV }}'
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: check variables
run: |
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/download-artifact@v3

Expand Down

0 comments on commit a9e03ef

Please sign in to comment.