diff --git a/.github/workflows/auto-generated.yml b/.github/workflows/auto-generated.yml index a40c1de..0340f09 100644 --- a/.github/workflows/auto-generated.yml +++ b/.github/workflows/auto-generated.yml @@ -27,7 +27,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - name: 📦 Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Runs a single command using the runners shell - name: 📓 Create Readmes diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index edb659e..8364e3d 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -23,7 +23,7 @@ jobs: steps: - name: 📦 Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 🛠️ Setup .NET uses: actions/setup-dotnet@v5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 66b0da5..3eb078e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: tag_name: ${{ steps.tag.outputs.tag_name }} steps: - name: 📦 Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main @@ -60,7 +60,7 @@ jobs: url: https://www.nuget.org/packages/DaanV2.UUID.Net/ steps: - name: 📦 Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main diff --git a/.github/workflows/release-page.yml b/.github/workflows/release-page.yml index a9e2980..adabd04 100644 --- a/.github/workflows/release-page.yml +++ b/.github/workflows/release-page.yml @@ -12,7 +12,7 @@ jobs: steps: - name: 📦 Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: 📑 Release Page uses: ncipollo/release-action@v1