Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
build(deps): bump docker/setup-qemu-action from 1 to 2 (#241)
Browse files Browse the repository at this point in the history
Bumps docker/setup-qemu-action from 1 to 2.

Release notes
Sourced from docker/setup-qemu-action's releases.

v2.0.0

Node 16 as default runtime by @​crazy-max (#48)

This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.


chore: update dev dependencies and workflow by @​crazy-max (#43 #47)
Bump @​actions/core from 1.3.0 to 1.6.0 (#37 #39 #41)
Bump @​actions/exec from 1.0.4 to 1.1.1 (#38 #46)

Full Changelog: docker/setup-qemu-action@v1.2.0...v2.0.0
v1.2.0

Display image information (#36)
Bump @​actions/core from 1.2.7 to 1.3.0 (#35)

v1.1.0

Remove os limitation (#30)
Bump @​actions/core from 1.2.6 to 1.2.7 (#29)

v1.0.2

Enhance workflow (#26)
Container based developer flow (#19 #20)

v1.0.1

Fix CVE-2020-15228




Commits

8b12248 Merge pull request #48 from crazy-max/node-16
466d531 Merge pull request #50 from crazy-max/update-readme
607c192 simplify usage example
d7849ec Node 16 as default runtime
2d4bfe7 Merge pull request #47 from crazy-max/update-dev
224b802 chore: update dev dependencies and workflow
95bd865 Merge pull request #46 from docker/dependabot/npm_and_yarn/actions/exec-1.1.1
cfd091f Bump @​actions/exec from 1.1.0 to 1.1.1
d2a6030 Merge pull request #45 from docker/dependabot/github_actions/actions/checkout-3
97dc484 Bump actions/checkout from 2 to 3
Additional commits viewable in compare view




Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • Loading branch information
0xMRTT committed Aug 22, 2022
2 parents 658b376 + 16cd5d3 commit c1cc432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
dnf -y install docker
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
Expand Down

0 comments on commit c1cc432

Please sign in to comment.