Skip to content

Commit

Permalink
Updated actions/checkout to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Domejko committed Apr 29, 2024
1 parent 29d614f commit 3eac7c6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Add label
uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up nodejs
uses: actions/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
MPLBACKEND: Agg
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 3eac7c6

Please sign in to comment.