Skip to content

Commit

Permalink
Merge pull request #2 from bossOfCode/dependabot/github_actions/bossO…
Browse files Browse the repository at this point in the history
…fCode/generate-uuid-1.1

Bump bossOfCode/generate-uuid from 1.0 to 1.1
  • Loading branch information
bossOfCode authored Sep 3, 2024
2 parents 85a7986 + 74f8d50 commit 83a3a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
python-version: 3.12.5

- name: test uuid generator
uses: bossOfCode/generate-uuid@v1.0
uses: bossOfCode/generate-uuid@v1.1
with:
version: ${{ inputs.version }}
2 changes: 1 addition & 1 deletion .github/workflows/manual2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: test uuid generator
id: uuid
uses: bossOfCode/generate-uuid@v1.0
uses: bossOfCode/generate-uuid@v1.1
with:
version: ${{ inputs.version }}

Expand Down

0 comments on commit 83a3a0b

Please sign in to comment.