Skip to content

Commit b3be9e3

Browse files
committed
Upgrade action checkout
1 parent 564c5ee commit b3be9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Validate and Publish
1212
runs-on: ubuntu-20.04 # only linux supported at present
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- uses: w3c/spec-prod@v2 # use the action
1616
with:
1717
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webrtc/2016Mar/0031.html"

0 commit comments

Comments
 (0)