File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments