File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 cancel-in-progress : true
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v5
29+ - uses : actions/checkout@v6
3030 with :
3131 persist-credentials : false
3232 - name : " Build the ${{ matrix.arduino-project.project-id }} Arduino project"
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737 runs-on : ubuntu-latest
3838 steps :
3939 - name : Set up QEMU
40- uses : docker/setup-qemu-action@v3
41- - uses : actions/checkout@v5
40+ uses : docker/setup-qemu-action@v4
41+ - uses : actions/checkout@v6
4242 with :
4343 persist-credentials : false
4444 - name : Set up Docker Buildx
45- uses : docker/setup-buildx-action@v3
45+ uses : docker/setup-buildx-action@v4
4646 - name : Validate Docker build configuration
4747 shell : bash
4848 run : |
5959 "${DOCKER_BUILD_COMMAND[@]}"
6060 - name : Extract metadata (tags, labels) for Docker
6161 id : meta
62- uses : docker/metadata-action@v5.8 .0
62+ uses : docker/metadata-action@v6.0 .0
6363 with :
6464 images : |
6565 ${{ env.CONTAINER_IMAGE_REGISTRY }}/${{ env.CONTAINER_IMAGE_ID }}
7676 type=semver,pattern={{major}}
7777 type=sha
7878 - name : Build the ${{ matrix.container-images.name }} container image
79- uses : docker/build-push-action@v6
79+ uses : docker/build-push-action@v7
8080 with :
8181 build-contexts : ${{ matrix.container-images.build-contexts }}
8282 cache-from : type=gha
Original file line number Diff line number Diff line change 3030 working-directory : config/smart-desk/esphome
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v5
33+ - uses : actions/checkout@v6
3434 with :
3535 persist-credentials : false
3636 - name : " Build the Smart Desk firmware image"
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 SITE_DESTINATION_PATH : ${{ inputs.site-destination-path }}
4444 steps :
4545 - name : Checkout the current repository
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 with :
4848 persist-credentials : false
4949 - name : Checkout the site repository
50- uses : actions/checkout@v5
50+ uses : actions/checkout@v6
5151 with :
5252 persist-credentials : false
5353 path : " $SITE_NAME"
6161 github.event.pull_request.user.login != 'dependabot[bot]' &&
6262 github.event_name == 'pull_request' &&
6363 github.ref_name != github.event.repository.default_branch
64- uses : stefanzweifel/git-auto-commit-action@v5.2 .0
64+ uses : stefanzweifel/git-auto-commit-action@v7.1 .0
6565 with :
6666 branch : ${{ inputs.site-repository-branch }}
6767 commit_message : " chore: update $SITE_NAME site"
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repository
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 persist-credentials : false
1717 - name : Review dependencies
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout the current repository
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 with :
3838 persist-credentials : true
3939 - name : Build the home-lab-docs site
4444 github.event.pull_request.user.login != 'dependabot[bot]' &&
4545 github.event_name == 'pull_request' &&
4646 github.ref_name != github.event.repository.default_branch
47- uses : stefanzweifel/git-auto-commit-action@v5.2 .0
47+ uses : stefanzweifel/git-auto-commit-action@v7.1 .0
4848 with :
4949 branch : " ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}"
5050 commit_message : " chore: update home-lab-docs site"
Original file line number Diff line number Diff line change 2323 statuses : write
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727 with :
2828 persist-credentials : false
2929 fetch-depth : 0
4444 cancel-in-progress : true
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v5
47+ - uses : actions/checkout@v6
4848 with :
4949 persist-credentials : false
5050 - name : " Run pre-commit"
7070 statuses : write
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@v5
73+ - uses : actions/checkout@v6
7474 with :
7575 persist-credentials : true
7676 fetch-depth : 0
9191 github.event_name == 'pull_request' &&
9292 github.ref_name != github.event.repository.default_branch &&
9393 !cancelled()
94- uses : stefanzweifel/git-auto-commit-action@v5.2 .0
94+ uses : stefanzweifel/git-auto-commit-action@v7.1 .0
9595 with :
9696 branch : ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9797 commit_message : " chore: fix linting issues"
Original file line number Diff line number Diff line change 1313 permissions :
1414 contents : read
1515 steps :
16- - uses : actions/checkout@v5
16+ - uses : actions/checkout@v6
1717 with :
1818 persist-credentials : false
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 2121 contents : write
2222 pull-requests : write
2323 steps :
24- - uses : googleapis/release-please-action@v4.2 .0
24+ - uses : googleapis/release-please-action@v4.4 .0
2525 id : release
2626 with :
2727 config-file : .github/release-please/release-please-config.json
Original file line number Diff line number Diff line change 2929 security-events : read
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 persist-credentials : false
3535 - name : Enable dry run if required
4141 echo "Enable Renovate dry run"
4242 echo "RENOVATE_DRY_RUN=full" >>"${GITHUB_ENV}"
4343 - name : Self-hosted Renovate
44- uses : renovatebot/github-action@v43.0.7
44+ uses : renovatebot/github-action@v46.1.6
4545 env :
4646 LOG_LEVEL : " debug"
4747 with :
You can’t perform that action at this time.
0 commit comments