Skip to content

Commit f7b04b3

Browse files
authored
Merge pull request #66 from philips-software/dependabot/github_actions/actions/checkout-4.0.0
chore(deps): bump actions/checkout from 3.5.3 to 4.0.0
2 parents 432450e + b705089 commit f7b04b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
python-version: [3.10.9]
99
steps:
10-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3.5.3
10+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4.0.0
1111
- name: Set up Python ${{ matrix.python-version }}
1212
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # ratchet:actions/setup-python@v4
1313
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
container: python:3.10
3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3
34+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v3
3535
- name: Show version
3636
run: echo ${{ needs.get-version.outputs.version }}
3737
- name: Build docker image
@@ -55,7 +55,7 @@ jobs:
5555
container: python:3.10
5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3
58+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v3
5959
- name: Install pypa/build
6060
run: >-
6161
python3 -m pip install build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
test-action:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3.5.3
8+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4.0.0
99
- name: Test merging SPDX JSON format files
1010
uses: ./
1111
with:

0 commit comments

Comments
 (0)