mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-02-04 11:45:07 +00:00
Merge pull request #5 from ivuorinen/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|||||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Check out repository under $GITHUB_WORKSPACE, so the job can access it
|
# Check out repository under $GITHUB_WORKSPACE, so the job can access it
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Run using Python 3.8 for consistency and aiohttp
|
# Run using Python 3.8 for consistency and aiohttp
|
||||||
- name: Set up Python 3.8
|
- name: Set up Python 3.8
|
||||||
|
|||||||
Reference in New Issue
Block a user