Skip to content

Commit d4ffc4a

Browse files
authored
Merge pull request #259 from github/dependabot/github_actions/github-actions-8d3ba14c33
Bump the github-actions group with 2 updates
2 parents 17d9fd7 + 82bbdda commit d4ffc4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions-config-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: actions-config-validation
20-
uses: GrantBirki/json-yaml-validate@53fae7e7ad5c90e1e232a227a23437ec31e6c75d # pin@v2.6.1
20+
uses: GrantBirki/json-yaml-validate@d7814b94473939c1daaca2c96131b891d4703a3c # pin@v2.7.1
2121
with:
2222
comment: "true" # enable comment mode
2323
yaml_schema: "__tests__/schemas/action.schema.yml"

.github/workflows/package-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id: diff
4040

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

0 commit comments

Comments
 (0)