Skip to content

Commit

Permalink
Bump actions/setup-python from 4 to 5 (#322)
Browse files Browse the repository at this point in the history
* Bump actions/setup-python from 4 to 5

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update ubuntu.pkr.hcl

* Update lint.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bast <[email protected]>
  • Loading branch information
dependabot[bot] and dbast authored Dec 21, 2023
1 parent 82c5e86 commit 66fca01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: '1.21'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
golangci:
# install and run locally via e.g.:
Expand All @@ -31,5 +31,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.55.2
args: --timeout=3m
4 changes: 2 additions & 2 deletions boards/beaglebone-black/ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
source "arm" "ubuntu" {
file_checksum = "dfa32e126b66fd1259dc45c091bcccef0acc98b5e79318911535cfc494a3b40a"
file_checksum = "378adf5394ca0ae1e24ba434205ae93d579b29fe97da044905f6935ff9834098"
file_checksum_type = "sha256"
file_target_extension = "xz"
file_unarchive_cmd = ["xz", "-d", "$ARCHIVE_PATH"]
file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2023-11-02/am335x-ubuntu-20.04.6-console-armhf-2023-11-02-4gb.img.xz"]
file_urls = ["https://rcn-ee.net/rootfs/ubuntu-armhf-20.04-console-v5.10-ti/2023-12-21/am335x-ubuntu-20.04.6-console-armhf-2023-12-21-4gb.img.xz"]
image_build_method = "resize"
image_path = "bbb-sdcard-ubuntu-22.04.5-console.img"
image_size = "6G"
Expand Down

0 comments on commit 66fca01

Please sign in to comment.