1
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-17 05:59:55 +02:00

Bump GitHub actions

This commit is contained in:
Peter Mescalchin 2022-03-10 10:50:01 +11:00
parent 7799d864d9
commit e6be523901
5 changed files with 15 additions and 15 deletions
.github/workflows

View file

@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
@ -24,7 +24,7 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1