Skip to content

Commit

Permalink
Merge pull request #114 from play-iot/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
zero88 authored Aug 5, 2024
2 parents 3913592 + f703923 commit e053bf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
semanticVersion: ${{ steps.dynamic_prop.outputs.semanticVersion }}

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.BEEIO_CI_TOKEN }}

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
needs: context
if: needs.context.outputs.shouldBuild == 'true'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7

- name: Import GPG key
id: import_gpg
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
needs: context
if: needs.context.outputs.shouldBuild == 'true'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7
with:
fetch-depth: 0

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
needs: [ build, context ]
if: needs.context.outputs.isRelease == 'true'
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v4.1.7

- name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit e053bf3

Please sign in to comment.