Skip to content

Commit 5e76747

Browse files
Merge pull request #71 from oscarbenjamin/gh-actions-update-1681608352
Update GitHub Action Versions
2 parents 51d60f1 + a5e1acd commit 5e76747

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/actionsupdate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/[email protected].0
14+
- uses: actions/[email protected].2
1515
with:
1616
# [Required] Access token with `workflow` scope.
1717
token: ${{ secrets.WORKFLOW_SECRET }}

.github/workflows/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].2
1919

2020
- name: Sync labels
2121
uses: crazy-max/[email protected]

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Check out the repository
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].2
1818
with:
1919
fetch-depth: 2
2020

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Check out the repository
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].2
2929

3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/[email protected]
@@ -96,7 +96,7 @@ jobs:
9696
needs: tests
9797
steps:
9898
- name: Check out the repository
99-
uses: actions/[email protected].0
99+
uses: actions/[email protected].2
100100

101101
- name: Set up Python 3.9
102102
uses: actions/[email protected]
@@ -132,4 +132,4 @@ jobs:
132132
nox --force-color --session=coverage -- xml
133133
134134
- name: Upload coverage report
135-
uses: codecov/[email protected].1
135+
uses: codecov/[email protected].2

.github/workflows/updater.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
update-dep:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].2
1212
- uses: actions/[email protected]
1313
with:
1414
node-version: '16.x'

0 commit comments

Comments
 (0)