Skip to content

Commit d2c03fe

Browse files
renovate-botanubhav756
authored andcommitted
chore(deps): update github actions
1 parent 93240a2 commit d2c03fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
console.log('Failed to remove label. Another job may have already removed it!');
5252
}
5353
- name: Checkout code
54-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5555
with:
5656
ref: ${{ github.event.pull_request.head.sha }}
5757
repository: ${{ github.event.pull_request.head.repo.full_name }}
5858
token: ${{ secrets.GITHUB_TOKEN }}
5959
- name: Setup Python
60-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
60+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
6161
with:
6262
python-version: "3.13"
6363

.github/workflows/sync-labels.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
issues: 'write'
3030
pull-requests: 'write'
3131
steps:
32-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
32+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)