Skip to content

Commit

Permalink
[ci] bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shish committed Apr 6, 2024
1 parent 00a60e3 commit 30a0b81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip format]')"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set Up Cache
if: inputs.cache-paths
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ inputs.cache-paths }}
key: ${{ inputs.workdir }}-format-${{ inputs.cache-key }}${{ hashFiles(inputs.cache-file) }}
Expand Down Expand Up @@ -69,12 +69,12 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip build]')"
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
- name: Set Up Cache
if: inputs.cache-paths
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ inputs.cache-paths }}
key: ${{ inputs.workdir }}-build-${{ inputs.cache-key }}${{ hashFiles(inputs.cache-file) }}
Expand Down

0 comments on commit 30a0b81

Please sign in to comment.