Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/main' into reddit_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisoft committed Aug 8, 2024
2 parents b3ec522 + 85b6dd0 commit 8984b36
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-asf-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
token: ${{ env.PUSH_GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Keep the repo alive
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
timeout-minutes: 5
- uses: gautamkrishnar/keepalive-workflow@v2
timeout-minutes: 5
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
submodules: recursive

Expand Down Expand Up @@ -172,13 +172,13 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7

# 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
# Therefore, we'll (sadly) pull artifacts from Windows machine only for now
- name: Download generic artifact from windows-latest
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
name: windows-latest_${{ env.PLUGIN_NAME }}-generic
path: out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].6
uses: actions/[email protected].7
timeout-minutes: 5
with:
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "ArchiSteamFarm"]
path = ArchiSteamFarm
url = https://github.com/JustArchiNET/ArchiSteamFarm.git
branch = 6.0.2.6
branch = 6.0.5.2
[submodule "BloomFilter"]
path = BloomFilter
url = https://gist.github.com/8c74d66798a21e05a35b0023573f48e9.git

0 comments on commit 8984b36

Please sign in to comment.