Skip to content

Commit

Permalink
Upgrade CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Jan 19, 2024
1 parent 2798e8c commit a6352e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
- name: Check for unintended local changes (e.g. incorrect use of Git LFS)
Expand All @@ -31,7 +31,7 @@ jobs:
rustup toolchain install stable --profile minimal
rustup default stable
- name: Cache dependencies
uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4
uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
with:
cache-on-failure: true
- name: Build
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Run site generation
run: cargo run --release --bin gbhwdb-site
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
if: github.ref == 'refs/heads/master' && github.repository == 'Gekkio/gb-hardware-db'
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit a6352e1

Please sign in to comment.