Skip to content

Commit bd2aee0

Browse files
committed
1 parent 876f2a0 commit bd2aee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/game.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build
2929
run: cargo build --release --target=wasm32-unknown-unknown && wasm-bindgen target/wasm32-unknown-unknown/release/and_we_had_a_wild_thyme.wasm --out-dir wasm --no-modules --no-typescript
3030
- name: Configure AWS credentials
31-
uses: aws-actions/configure-aws-credentials@v3
31+
uses: aws-actions/configure-aws-credentials@v2
3232
with:
3333
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
3434
aws-region: us-west-2

0 commit comments

Comments
 (0)