Skip to content

Commit

Permalink
fix: upgrade GH actions version to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Insomnia1437 committed Mar 18, 2024
1 parent af4a0d1 commit 3ad1daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ jobs:
base: "7.0"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: Cache Dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.cache
key: ${{ matrix.base }}/${{ matrix.os }}/${{ matrix.cmp }}/${{ matrix.configuration }}/${{ matrix.wine }}${{ matrix.rtems }}/${{ matrix.extra }}
Expand Down

0 comments on commit 3ad1daf

Please sign in to comment.