Skip to content

Commit

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

Bump actions/checkout from 2 to 4
  • Loading branch information
janheinrichmerker authored Mar 4, 2024
2 parents db52329 + 104a38b commit f4f17c0
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 @@ -17,7 +17,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 @@ -49,7 +49,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 @@ -73,7 +73,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 @@ -97,7 +97,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 @@ -131,7 +131,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 @@ -150,7 +150,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 f4f17c0

Please sign in to comment.