Browse Source

Merge pull request #2558 from freeCodeCamp/renovate/github-actions

chore(deps): update github actions
renovate[bot] 4 months ago
parent
commit
66acc19fa1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/docker-build.yml
  2. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/docker-build.yml

@@ -24,7 +24,7 @@ jobs:
 
     steps:
       - name: Checkout repository
-        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+        uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
         with:
           persist-credentials: false
 

+ 1 - 1
.github/workflows/test.yml

@@ -9,7 +9,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+    - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
     - name: Set up Ruby
       uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254.0
       with: