Skip to content

Commit 5fe4c32

Browse files
committed
Update to new actions
Signed-off-by: Ry Jones <[email protected]>
1 parent 2e31410 commit 5fe4c32

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
deploy:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0 # fetch all commits/branches
24-
- uses: actions/setup-python@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: 3.x
27-
- uses: actions/cache@v2
27+
- uses: actions/cache@v4
2828
with:
2929
key: ${{ github.ref }}
3030
path: .cache

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
stale:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/stale@v8
10+
- uses: actions/stale@v9
1111
with:
1212
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
1313
stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
@@ -18,4 +18,4 @@ jobs:
1818
days-before-stale: 30
1919
days-before-close: 7
2020
only-labels: 'awaiting response'
21-
ignore-updates: true
21+
ignore-updates: true

0 commit comments

Comments
 (0)