From 9d59e65d4dbdf9baeed6e4bcff65b90aa2c041ca Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 2 Sep 2023 01:53:46 +0000 Subject: [PATCH 1/9] Automatic ArchiSteamFarm reference update to 5.4.9.3 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 9b06c26..b991c56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "ArchiSteamFarm"] path = ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm.git - branch = 5.4.8.3 + branch = 5.4.9.3 [submodule "BloomFilter"] path = BloomFilter url = https://gist.github.com/8c74d66798a21e05a35b0023573f48e9.git From 19fbabefc30746b4eb71c0a0781bfc963cdc0550 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 13:07:48 +0000 Subject: [PATCH 2/9] Bump actions/upload-artifact from 3.1.2 to 3.1.3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- .github/workflows/test_integration.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9152ab..54dd025 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -160,7 +160,7 @@ jobs: - name: Upload generic continue-on-error: true - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ matrix.os }}_${{ env.PLUGIN_NAME }}-generic path: out/${{ env.PLUGIN_NAME }}-generic.zip diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index cf93954..e9fbe46 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -113,7 +113,7 @@ jobs: - name: Upload stdout continue-on-error: true if: always() - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v3.1.3 with: name: ${{ matrix.configuration }}_${{ matrix.asf_docker_tag }}_stdout path: out.txt From 4e6f8b6c6bd82d423822b9a8eabfeaddb4ca7b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:58:30 +0000 Subject: [PATCH 3/9] Bump crazy-max/ghaction-import-gpg from 5.3.0 to 6.0.0 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v5.3.0...v6.0.0) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-asf-reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 75e7728..e3becdc 100644 --- a/.github/workflows/bump-asf-reference.yml +++ b/.github/workflows/bump-asf-reference.yml @@ -33,7 +33,7 @@ jobs: excludes: draft,prerelease - name: Import GPG key for signing - uses: crazy-max/ghaction-import-gpg@v5.3.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 if: ${{ env.GPG_PRIVATE_KEY != null }} with: gpg_private_key: ${{ env.GPG_PRIVATE_KEY }} From 18c16d290865d19a4b0635192b77e6bd5e2c75c2 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 2 Oct 2023 01:59:38 +0000 Subject: [PATCH 4/9] Automatic ArchiSteamFarm reference update to 5.4.10.3 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b991c56..7a78be0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "ArchiSteamFarm"] path = ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm.git - branch = 5.4.9.3 + branch = 5.4.10.3 [submodule "BloomFilter"] path = BloomFilter url = https://gist.github.com/8c74d66798a21e05a35b0023573f48e9.git From 55b26270b5d15ba8e56bb5d0b9a34c549168f4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:49:07 +0000 Subject: [PATCH 5/9] Bump ad-m/github-push-action from 0.6.0 to 0.8.0 Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0.6.0 to 0.8.0. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/v0.6.0...v0.8.0) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-asf-reference.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 75e7728..771595a 100644 --- a/.github/workflows/bump-asf-reference.yml +++ b/.github/workflows/bump-asf-reference.yml @@ -64,7 +64,7 @@ jobs: fi - name: Push changes to the repo - uses: ad-m/github-push-action@v0.6.0 + uses: ad-m/github-push-action@v0.8.0 with: github_token: ${{ env.PUSH_GITHUB_TOKEN }} branch: ${{ github.ref }} From 1783cf09aee8457f863019c7d24aae12853dcc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:23:11 +0000 Subject: [PATCH 6/9] Bump actions/checkout from 3.5.3 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.3...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bump-asf-reference.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/keepalive.yml | 2 +- .github/workflows/publish.yml | 4 ++-- .github/workflows/test_integration.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bump-asf-reference.yml b/.github/workflows/bump-asf-reference.yml index 75e7728..e181c23 100644 --- a/.github/workflows/bump-asf-reference.yml +++ b/.github/workflows/bump-asf-reference.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 with: token: ${{ env.PUSH_GITHUB_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2c9696..901ed3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 with: submodules: recursive diff --git a/.github/workflows/keepalive.yml b/.github/workflows/keepalive.yml index dc06de4..055ab98 100644 --- a/.github/workflows/keepalive.yml +++ b/.github/workflows/keepalive.yml @@ -17,7 +17,7 @@ jobs: name: Keep the repo alive runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.3 + - uses: actions/checkout@v4.1.1 timeout-minutes: 5 - uses: gautamkrishnar/keepalive-workflow@v1 timeout-minutes: 5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9152ab..5080f1f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 with: submodules: recursive @@ -172,7 +172,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 # TODO: It'd be perfect if we could match final artifacts to the platform they target, so e.g. linux build comes from the linux machine # However, that is currently impossible due to https://github.com/dotnet/msbuild/issues/3897 diff --git a/.github/workflows/test_integration.yml b/.github/workflows/test_integration.yml index cf93954..e408969 100644 --- a/.github/workflows/test_integration.yml +++ b/.github/workflows/test_integration.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.1.1 timeout-minutes: 5 with: submodules: recursive From be273353ac9fab73070060e95f66d562a24f126b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 19 Oct 2023 01:59:25 +0000 Subject: [PATCH 7/9] Automatic ArchiSteamFarm reference update to 5.4.11.4 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7a78be0..1fb4bb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "ArchiSteamFarm"] path = ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm.git - branch = 5.4.10.3 + branch = 5.4.11.4 [submodule "BloomFilter"] path = BloomFilter url = https://gist.github.com/8c74d66798a21e05a35b0023573f48e9.git From 3589b014df5b4e99253cf13f80bf9ea23a1cf0ec Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 20 Oct 2023 01:59:09 +0000 Subject: [PATCH 8/9] Automatic ArchiSteamFarm reference update to 5.4.12.3 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 1fb4bb4..a702bcd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "ArchiSteamFarm"] path = ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm.git - branch = 5.4.11.4 + branch = 5.4.12.3 [submodule "BloomFilter"] path = BloomFilter url = https://gist.github.com/8c74d66798a21e05a35b0023573f48e9.git From a234fb8c01b85c665578f40a146d228cbe6b3fe8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 21 Oct 2023 01:56:31 +0000 Subject: [PATCH 9/9] Automatic ArchiSteamFarm reference update to 5.4.12.5 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index a702bcd..1df8311 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "ArchiSteamFarm"] path = ArchiSteamFarm url = https://github.com/JustArchiNET/ArchiSteamFarm.git - branch = 5.4.12.3 + branch = 5.4.12.5 [submodule "BloomFilter"] path = BloomFilter url = https://gist.github.com/8c74d66798a21e05a35b0023573f48e9.git