Skip to content

Commit 2ab103c

Browse files
authored
Merge pull request #4 from Lookyloo/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 2 to 4
2 parents d8d16a7 + fcc2551 commit 2ab103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web-ext.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v4
2727
- uses: actions/setup-node@v4
2828
with:
2929
node-version: '18'

0 commit comments

Comments
 (0)