We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1fedc6 commit 218b982Copy full SHA for 218b982
2 files changed
.github/workflows/CI.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
version: ${{ matrix.version }}
25
arch: ${{ matrix.arch }}
26
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
27
env:
28
cache-name: cache-artifacts
29
.github/workflows/TagBot.yml
@@ -4,6 +4,9 @@ on:
4
types:
5
- created
6
workflow_dispatch:
7
+ inputs:
8
+ lookback:
9
+ default: "3"
10
jobs:
11
TagBot:
12
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
0 commit comments