Merge pull request #175 from agbrs/renovate/actions-checkout-3.x

Update actions/checkout action to v3
This commit is contained in:
Gwilym Kuiper 2022-03-01 22:04:05 +00:00 committed by GitHub
commit 3a36e15b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 18 additions and 18 deletions

View file

@ -15,7 +15,7 @@ jobs:
steps: steps:
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Cache - name: Cache
uses: actions/cache@v2.1.7 uses: actions/cache@v2.1.7
with: with:

View file

@ -21,7 +21,7 @@ jobs:
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Cache - name: Cache
uses: actions/cache@v2.1.7 uses: actions/cache@v2.1.7
with: with:

View file

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Check if gba.ld files are identical - name: Check if gba.ld files are identical
run: find -type f -name gba.ld -print0 | xargs -0 -n1 cmp -- agb/gba.ld run: find -type f -name gba.ld -print0 | xargs -0 -n1 cmp -- agb/gba.ld
- name: Check if gba_mb.ld files are identical - name: Check if gba_mb.ld files are identical

View file

@ -13,7 +13,7 @@ jobs:
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi zip -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi zip -y
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Login to crates.io - name: Login to crates.io
run: cargo login ${{ secrets.CRATE_API }} run: cargo login ${{ secrets.CRATE_API }}
- name: Publish agb - name: Publish agb

View file

@ -12,7 +12,7 @@ jobs:
- name: Install build tools - name: Install build tools
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi -y
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Login to crates.io - name: Login to crates.io
run: cargo login ${{ secrets.CRATE_API }} run: cargo login ${{ secrets.CRATE_API }}
- name: Publish crate - name: Publish crate

View file

@ -16,7 +16,7 @@ jobs:
- name: Set CARGO_TARGET_DIR - name: Set CARGO_TARGET_DIR
run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV run: echo "CARGO_TARGET_DIR=$HOME/target" >> $GITHUB_ENV
- name: Check out repository - name: Check out repository
uses: actions/checkout@v2 uses: actions/checkout@v3
- uses: extractions/setup-just@v1 - uses: extractions/setup-just@v1
- name: Update lock files - name: Update lock files
run: just update-lockfiles run: just update-lockfiles

View file

@ -147,9 +147,9 @@ dependencies = [
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.3" version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393" checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",

4
agb/Cargo.lock generated
View file

@ -215,9 +215,9 @@ dependencies = [
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.3" version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393" checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",

View file

@ -215,9 +215,9 @@ dependencies = [
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.3" version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393" checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",

View file

@ -221,9 +221,9 @@ dependencies = [
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.3" version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393" checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",

View file

@ -251,9 +251,9 @@ dependencies = [
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.3" version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393" checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",

View file

@ -363,9 +363,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]] [[package]]
name = "png" name = "png"
version = "0.17.3" version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8f1882177b17c98ec33a51f5910ecbf4db92ca0def706781a1f8d0c661f393" checksum = "02cd7d51cea7e2fa6bbcb8af5fbcad15b871451bfc2d20ed72dff2f4ae072a84"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"crc32fast", "crc32fast",