Skip to content

Commit

Permalink
Merge pull request #14 from chatnoir-eu/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
janheinrichmerker authored Apr 2, 2024
2 parents 83a3677 + 4942807 commit 4f9c049
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🧰 Install Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
id-token: write
steps:
- name: 📥 Check-out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 📥 Download Python wheels
uses: actions/download-artifact@v4
with:
Expand All @@ -139,7 +139,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check-out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 📥 Download Python wheels
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 4f9c049

Please sign in to comment.