Skip to content

Commit

Permalink
Merge pull request #28 from github/dependabot/github_actions/github-a…
Browse files Browse the repository at this point in the history
…ctions-8d3ba14c33

Bump the github-actions group with 2 updates
  • Loading branch information
GrantBirki authored May 9, 2024
2 parents d975bd0 + 2135435 commit 2e8e3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions-config-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: actions-config-validation
uses: GrantBirki/json-yaml-validate@53fae7e7ad5c90e1e232a227a23437ec31e6c75d # pin@v2.6.1
uses: GrantBirki/json-yaml-validate@d7814b94473939c1daaca2c96131b891d4703a3c # pin@v2.7.1
with:
comment: "true" # enable comment mode
yaml_schema: "__tests__/schemas/action.schema.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: diff

# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # [email protected].1
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # [email protected].3
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit 2e8e3a1

Please sign in to comment.