Skip to content

Commit 5cc7501

Browse files
committed
build(deps): bump workflow action versions to current
1 parent 6d46f1a commit 5cc7501

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/linting.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-latest
6464
timeout-minutes: 15
6565
steps:
66-
- uses: styfle/[email protected].0
66+
- uses: styfle/[email protected].1
6767
with:
6868
all_but_latest: true
6969
- uses: actions/checkout@v2
@@ -98,7 +98,7 @@ jobs:
9898
# runs-on: ubuntu-latest
9999
# timeout-minutes: 15
100100
# steps:
101-
# - uses: styfle/[email protected].0
101+
# - uses: styfle/[email protected].1
102102
# with:
103103
# all_but_latest: true
104104
# - uses: actions/checkout@v2

.github/workflows/pr_title.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
1414
steps:
15-
- uses: amannn/[email protected].0
15+
- uses: amannn/[email protected].6
1616
with:
1717
validateSingleCommit: true

.github/workflows/tests_e2e.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 70
2626
steps:
27-
- uses: styfle/[email protected].0
27+
- uses: styfle/[email protected].1
2828
with:
2929
all_but_latest: true
3030

@@ -89,7 +89,7 @@ jobs:
8989
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
9090
timeout-minutes: 60
9191
steps:
92-
- uses: styfle/[email protected].0
92+
- uses: styfle/[email protected].1
9393
with:
9494
all_but_latest: true
9595

0 commit comments

Comments
 (0)