Skip to content

Commit

Permalink
Merge pull request #395 from buanet/dependabot/github_actions/main/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4.1.1

Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
buanet authored Oct 18, 2023
2 parents e03c374 + 5d683dc commit 726ef79
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'
ref: ${{ env.RELEASE_TAG }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'
ref: ${{ env.RELEASE_TAG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'

Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-debian12-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
echo "RELEASE_TAG=$LATESTRELEASE" >> $GITHUB_ENV
- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'
ref: ${{ env.RELEASE_TAG }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
echo "RELEASE_TAG=$LATESTRELEASE" >> $GITHUB_ENV
- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'
ref: ${{ env.RELEASE_TAG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
update-docker-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Update Docker Hub Readme (buanet)
uses: peter-evans/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
repository: 'buanet/ioBroker.docker'
token: ${{ secrets.ACTIONS_PAT }}
Expand Down

0 comments on commit 726ef79

Please sign in to comment.