Skip to content

Commit cbca821

Browse files
ci: Update GitHub Actions to Latest Version (#116)
### GitHub Actions Version Updates * **[actions/checkout](https://github.com/actions/checkout)** published a new release **[v3.5.2](https://github.com/actions/checkout/releases/tag/v3.5.2)** on 2023-04-13T12:49:40Z * **[microsoft/action-python](https://github.com/microsoft/action-python)** published a new release **[0.6.4](https://github.com/microsoft/action-python/releases/tag/0.6.4)** on 2023-05-11T21:35:57Z * **[euphoricsystems/action-sync-template-repository](https://github.com/euphoricsystems/action-sync-template-repository)** published a new release **[v2.5.1](https://github.com/EuphoricSystems/action-sync-template-repository/releases/tag/v2.5.1)** on 2022-07-01T05:00:33Z * **[amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)** published a new release **[v5.2.0](https://github.com/amannn/action-semantic-pull-request/releases/tag/v5.2.0)** on 2023-03-16T11:49:13Z Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d0d6500 commit cbca821

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
publish:
7-
uses: microsoft/action-python/.github/workflows/publish.yml@0.2.0
7+
uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
88
secrets:
99
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1010
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

.github/workflows/schedule-update-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v3.5.2
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.PAT }}

.github/workflows/semantic-pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Validate PR title
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: amannn/action-semantic-pull-request@v5
15+
- uses: amannn/action-semantic-pull-request@v5.2.0
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/template-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
sync:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3 # important!
9-
- uses: euphoricsystems/action-sync-template-repository@v2
8+
- uses: actions/checkout@v3.5.2 # important!
9+
- uses: euphoricsystems/action-sync-template-repository@v2.5.1
1010
with:
1111
github-token: ${{ secrets.GITHUB_TOKEN }}
1212
dry-run: true

0 commit comments

Comments
 (0)