Skip to content

Commit 50948e0

Browse files
authored
Merge pull request #101 from fosslight/develop
Update version of package for actions
2 parents a6db7b7 + accfc0e commit 50948e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
update-changelog:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717
- name: Get Release
@@ -53,11 +53,11 @@ jobs:
5353
runs-on: ubuntu-18.04
5454
needs: update-changelog
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757
with:
5858
ref: main
5959
- name: Set up Python
60-
uses: actions/setup-python@v2
60+
uses: actions/setup-python@v4
6161
with:
6262
python-version: '3.7'
6363
- name: Install dependencies

.github/workflows/pull-request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Get PR Commits
1616
id: 'get-pr-commits'
17-
uses: tim-actions/get-pr-commits@master
17+
uses: tim-actions/get-pr-commits@v1.2.0
1818
with:
1919
token: ${{ secrets.TOKEN }}
2020

@@ -37,9 +37,9 @@ jobs:
3737
matrix:
3838
python-version: [3.8]
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141
- name: Set up Python ${{ matrix.python-version }}
42-
uses: actions/setup-python@v2
42+
uses: actions/setup-python@v4
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Install dependencies
@@ -52,6 +52,6 @@ jobs:
5252
reuse:
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: REUSE Compliance Check
5757
uses: fsfe/reuse-action@v1

0 commit comments

Comments
 (0)