Skip to content

Commit

Permalink
Update deprecated GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
brunchboy committed Mar 24, 2024
1 parent faea312 commit d8712e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
Expand All @@ -21,7 +21,7 @@ jobs:
known_hosts: 'deepsymmetry.org ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMKq8T1IXQHNYLgO715YbxTXoVxEsJcha9h1lxyOXpa'

- name: Cache htmltest results
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: tmp/.htmltest
key: ${{ runner.os }}-htmltest
Expand Down

0 comments on commit d8712e8

Please sign in to comment.