Skip to content

Commit 483d5f1

Browse files
author
obervinov
authored
Merge pull request #2 from obervinov/hot-fixed-ghactions
PR-2: GitHub Actions version updated `v1.0.1` -> `v1.0.2`
2 parents d1968ee + 6eee3c7 commit 483d5f1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/release.yml

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

77
jobs:
88
create-release:
9-
uses: obervinov/_templates/.github/workflows/[email protected].1
9+
uses: obervinov/_templates/.github/workflows/[email protected].2

.github/workflows/tests.yml

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

1111
jobs:
1212
pylint:
13-
uses: obervinov/_templates/.github/workflows/[email protected].1
13+
uses: obervinov/_templates/.github/workflows/[email protected].2
1414
flake8:
15-
uses: obervinov/_templates/.github/workflows/[email protected].1
15+
uses: obervinov/_templates/.github/workflows/[email protected].2
1616
pytest:
17-
uses: obervinov/_templates/.github/workflows/pytest.yml@added-trivy
17+
uses: obervinov/_templates/.github/workflows/pytest.yml@v1.0.2
1818
package-version:
19-
uses: obervinov/_templates/.github/workflows/[email protected].1
19+
uses: obervinov/_templates/.github/workflows/[email protected].2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

55

6-
## v1.0.0 - 2023-13-16
6+
## v1.0.0 - 2023-13-15
77
### What's Changed
88
**Full Changelog**: https://github.com/obervinov/messages-package/commits/v1.0.0
99
#### 💥 Breaking Changes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This package helps to easily and quickly generate beautiful messages for telegra
1515
## <img src="https://github.com/obervinov/_templates/blob/main/icons/github-actions.png" width="25" title="github-actions"> GitHub Actions
1616
| Name | Version |
1717
| ------------------------ | ----------- |
18-
| GitHub Actions Templates | [v1.0.1](https://github.com/obervinov/_templates/tree/v1.0.1) |
18+
| GitHub Actions Templates | [v1.0.2](https://github.com/obervinov/_templates/tree/v1.0.2) |
1919

2020

2121
## <img src="https://github.com/obervinov/_templates/blob/main/icons/requirements.png" width="25" title="functions"> Supported functions

0 commit comments

Comments
 (0)