Skip to content

Commit

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

Deps: Bump actions/checkout from 3 to 4
  • Loading branch information
LuqueDaniel authored Dec 27, 2023
2 parents 7102319 + 0c2eb8e commit 4eb66a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
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.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: 🔍 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: ./.github/actions/setup_python
- name: 🔍 Lint
Expand All @@ -21,7 +21,7 @@ jobs:
name: 🎨 Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: ./.github/actions/setup_python
- name: 🎨 Format
Expand All @@ -35,7 +35,7 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: ./.github/actions/setup_python
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Python
uses: ./.github/actions/setup_python
with:
Expand Down

0 comments on commit 4eb66a2

Please sign in to comment.