Skip to content

Commit 7157fe0

Browse files
Merge pull request #2653 from bcgov/dependabot/github_actions/actions/setup-python-5
2 parents 8b01bd2 + 599e42d commit 7157fe0

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/analytics-api-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v1
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install dependencies
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- uses: actions/checkout@v5
9292
- name: Set up Python ${{ matrix.python-version }}
93-
uses: actions/setup-python@v1
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696
- name: Install dependencies

.github/workflows/met-api-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v5
3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@v1
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Install dependencies
@@ -101,7 +101,7 @@ jobs:
101101
steps:
102102
- uses: actions/checkout@v5
103103
- name: Set up Python ${{ matrix.python-version }}
104-
uses: actions/setup-python@v1
104+
uses: actions/setup-python@v5
105105
with:
106106
python-version: ${{ matrix.python-version }}
107107
- name: Install dependencies

.github/workflows/met-cron-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v5
3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@v1
37+
uses: actions/setup-python@v5
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
- name: Install dependencies

.github/workflows/notify-api-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v1
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737
- name: Install dependencies

0 commit comments

Comments
 (0)