mirror of
https://github.com/Steffo99/cfig.git
synced 2024-12-22 06:04:21 +00:00
Merge d812a2d427
into dc5779f1bc
This commit is contained in:
commit
2a9762cc88
3 changed files with 3 additions and 3 deletions
2
.github/workflows/analysis.yml
vendored
2
.github/workflows/analysis.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: "⬇️ Checkout repository"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "🔨 Initialize CodeQL"
|
||||
uses: github/codeql-action/init@v3
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: "⬇️ Checkout repository"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "🔨 Setup Python"
|
||||
uses: actions/setup-python@v3
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: "⬇️ Checkout repository"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: "🔨 Setup Python"
|
||||
uses: actions/setup-python@v3
|
||||
|
|
Loading…
Reference in a new issue