Skip to content

Commit 777068a

Browse files
Merge pull request #53 from fibonacci1729/bump-versions
bump versions on spin
2 parents ce30539 + 32af057 commit 777068a

File tree

3 files changed

+567
-148
lines changed

3 files changed

+567
-148
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
permissions:
1313
contents: write
1414

15+
# Construct a concurrency group to be shared across workflow runs.
16+
# The default behavior ensures that only one is running at a time, with
17+
# all others queuing and thus not interrupting runs that are in-flight.
18+
concurrency: ${{ github.workflow }}
19+
1520
env:
1621
PROGRAM_NAME: trigger-sqs
1722

@@ -33,7 +38,7 @@ jobs:
3338
- name: Install Rust
3439
uses: dtolnay/rust-toolchain@stable
3540
with:
36-
toolchain: 1.79
41+
toolchain: 1.81
3742
targets: ${{ matrix.config.target }}
3843
- name: Install Spin
3944
uses: rajatjindal/setup-actions/spin@main

0 commit comments

Comments
 (0)