Explorar el Código

Merge pull request 'Update actions/checkout action to v4' (#3) from renovate/actions-checkout-4.x into master

Reviewed-on: https://codeberg.org/subDesTagesMitExtraKaese/matrix-stt-bot/pulls/3
renovator3000 hace 1 año
padre
commit
25716e5f8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/docker.yml

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

@@ -12,7 +12,7 @@ jobs:
     steps:
       -
         name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           submodules: recursive
       -