Przeglądaj źródła

Merge pull request #1179 from PrivateBin/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
El RIDO 2 lat temu
rodzic
commit
4ef0318495
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/release.yml

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

@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Fetch changelog from tag
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           sparse-checkout: CHANGELOG.md
           sparse-checkout-cone-mode: false