Skip to content

Commit 4a8225c

Browse files
committed
update steps versions
1 parent e31bdbc commit 4a8225c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/cron.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ jobs:
1313
issues: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Set Up Python
19-
uses: actions/setup-python@v5
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.10'
22+
cache: 'pip'
2223

2324
- name: Install Dependencies
2425
run: >
2526
python -m pip install --upgrade pip &&
2627
pip install -r requirements.txt
2728
2829
- name: Load 1Password secrets
29-
uses: 1password/load-secrets-action@v1
30+
uses: 1password/load-secrets-action@v3
3031
with:
3132
export-env: true
3233
env:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
TZ: America/New_York
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212

1313
- name: Set Up Python
14-
uses: actions/setup-python@v5
14+
uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.10'
1717

0 commit comments

Comments
 (0)