Skip to content

Commit f17ab61

Browse files
ci: bump the actions-deps group with 4 updates
Bumps the actions-deps group with 4 updates: [actions/github-script](https://github.com/actions/github-script), [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/github-script` from 5 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v5...v8) Updates `actions/checkout` from 2 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `softprops/action-gh-release` from 1 to 2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d037721 commit f17ab61

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/CI_Labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check PR Labels
25-
uses: actions/github-script@v5
25+
uses: actions/github-script@v8
2626
with:
2727
script: |
2828
const VALID_LABELS_MESSAGE = 'Success! PR has valid labels.'

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
pre-commit:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v5
11+
- uses: actions/checkout@v5
12+
- uses: actions/setup-python@v6
1313
with:
1414
python-version: "3.11"
1515
- name: Install Poetry
@@ -33,7 +33,7 @@ jobs:
3333
test:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: ruby/setup-ruby@v1
3838
with:
3939
ruby-version: 2.7.2

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313
- uses: ruby/setup-ruby@v1
1414
with:
1515
ruby-version: 2.7.2
1616
bundler-cache: true
1717
- name: Test
1818
run: bundle exec rake
1919
- name: Checkout xs3p
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v5
2121
with:
2222
repository: macintoshpie/xs3p
2323
path: xs3p
@@ -34,7 +34,7 @@ jobs:
3434
python -c 'print(open("CHANGELOG.md").read().split("## ")[1])' > ${{ github.workflow }}-CHANGELOG.md
3535
cat ${{ github.workflow }}-CHANGELOG.md
3636
- name: Release with Artifacts
37-
uses: softprops/action-gh-release@v1
37+
uses: softprops/action-gh-release@v2
3838
with:
3939
files: |
4040
BuildingSync.xsd

0 commit comments

Comments
 (0)