Skip to content

Commit 601542f

Browse files
chore(deps): update github-actions to v7 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f03f863 commit 601542f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bundle-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runner: ubuntu-24.04
2222

2323
steps:
24-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
24+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
2525

2626
- name: Parse tag
2727
id: tag

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Validate project configs
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
14+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

0 commit comments

Comments
 (0)