Skip to content

Commit

Permalink
Update GitHub Actions dependencies (#59, #60)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Aug 23, 2024
3 parents d421b0b + 5a007c6 + b3382bb commit 4b25922
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: Kesin11/actions-timeline@v2
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: preparation
run: |
sudo apt-get update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- uses: Kesin11/actions-timeline@v2

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,4 +53,4 @@ jobs:
make yash
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
uses: github/codeql-action/analyze@v3

0 comments on commit 4b25922

Please sign in to comment.