From 7e6a7cbcf29bdce5c8fb5d5a82e237488edd3ca2 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Wed, 10 Jan 2024 10:55:03 +1100 Subject: [PATCH] Bump a documented action version --- docs/deep-dives/github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep-dives/github.md b/docs/deep-dives/github.md index 049efaabd..cb7265549 100644 --- a/docs/deep-dives/github.md +++ b/docs/deep-dives/github.md @@ -101,7 +101,7 @@ jobs: validate: steps: - name: Check out repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}