Skip to content

Commit

Permalink
Merge pull request #34 from WyriHaximusNet/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
WyriHaximus authored Nov 6, 2024
2 parents b3537a0 + 5641dae commit 8e8865e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/craft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
outputs:
registry: ${{ steps.registry-matrix.outputs.registry }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- id: registry-matrix
name: Extract registries from registry secret mapping
run: |
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- generate-changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
env:
CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
- run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
matrix:
registry: ${{ fromJson(needs.registry-matrix.outputs.registry) }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: docker build . -t "${{ matrix.registry }}/${DOCKER_IMAGE}:${{ env.MILESTONE }}"
- name: Login to Docker Hub
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-milestone-on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.event.pull_request.milestone == null
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: 'Get Previous tag'
id: previoustag
uses: "WyriHaximus/github-action-get-previous-tag@master"
Expand Down

0 comments on commit 8e8865e

Please sign in to comment.