Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5fe3e6b

Browse files
dependabot[bot]lpramuk
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87c29dc commit 5fe3e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ["3.10", "3.11"]
1717
steps:
1818
- name: Checkout satellite6-upgrade
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Set Up Python-${{ matrix.python-version }}
2222
uses: actions/setup-python@v4

.github/workflows/merge_to_master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: ["3.10", "3.11"]
1818
steps:
1919
- name: Checkout satellite6-upgrade
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Set Up Python-${{ matrix.python-version }}
2323
uses: actions/setup-python@v4
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v3
52+
uses: actions/checkout@v4
5353

5454
- name: Get image tag
5555
id: image_tag

0 commit comments

Comments
 (0)