Skip to content

Commit 8648632

Browse files
committed
deps: Update actions/checkout action
1 parent d02c37f commit 8648632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
build:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
25+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2626
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
}
5959
6060
- name: Checkout code
61-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
61+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
6262
with:
6363
ref: ${{ github.event.pull_request.head.sha }}
6464
repository: ${{ github.event.pull_request.head.repo.full_name }}

0 commit comments

Comments
 (0)