Skip to content

Commit d6c9a59

Browse files
Bump the all group with 3 updates
Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/github-script](https://github.com/actions/github-script) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `actions/github-script` from 2 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v2...v7) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83102de commit d6c9a59

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/issue.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Comment on the issue
16-
uses: actions/github-script@v2
16+
uses: actions/github-script@v7
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
script: |
@@ -25,7 +25,7 @@ jobs:
2525
})
2626
2727
- name: Create an issue in code repository
28-
uses: actions/github-script@v2
28+
uses: actions/github-script@v7
2929
with:
3030
github-token: ${{ secrets.TOKEN }}
3131
script: |

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
repository: t0m3kz/vyos
1515
token: ${{ secrets.TOKEN }}
1616
path: vyos
17-
- uses: actions/setup-python@v4
17+
- uses: actions/setup-python@v5
1818
with:
1919
python-version: "3.10"
2020
- name: Install vyos
@@ -50,7 +50,7 @@ jobs:
5050
*.log
5151
- name: Checkout wiki documentation
5252
if: ${{ github.ref == 'refs/heads/main' }}
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
repository: ${{github.repository}}.wiki
5656
path: docs

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "Running test deployment"
2929
poetry run -P vyos sync -i ./inventory.yaml -v -m -t
3030
- name: Read files content and create PR comment
31-
uses: actions/github-script@v2
31+
uses: actions/github-script@v7
3232
with:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
script: |

0 commit comments

Comments
 (0)