Skip to content

Commit 7ce3df3

Browse files
chore(deps): update actions/checkout action to v4
1 parent f65899c commit 7ce3df3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .github/workflows/e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
cancel-in-progress: true
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2626
- run: |
2727
PROBE_VERSION="$(python setup.py --version)"
2828
echo "SPP_PROBE_VERSION=$PROBE_VERSION" >> $GITHUB_ENV

Diff for: .github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Flake8
1616
runs-on: ubuntu-20.04
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: '3.6'

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1313
- run: python setup.py sdist
1414
- name: Publish a Python distribution to PyPI
1515
uses: pypa/gh-action-pypi-publish@release/v1

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2222
- name: Install Python 3
2323
uses: actions/setup-python@v4
2424
with:

0 commit comments

Comments
 (0)