diff --git a/.github/workflows/gdid_tracker.yml b/.github/workflows/gdid_tracker.yml index ef6f447..33cbd2f 100644 --- a/.github/workflows/gdid_tracker.yml +++ b/.github/workflows/gdid_tracker.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Execute a dummy check to verify workflow initiation - name: Run dummy check @@ -41,7 +41,7 @@ jobs: steps: # Checkout the repository content with full history - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2056574..73d1835 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout develop branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop diff --git a/.github/workflows/sync_develop.yml b/.github/workflows/sync_develop.yml index 429b3ff..c593a95 100644 --- a/.github/workflows/sync_develop.yml +++ b/.github/workflows/sync_develop.yml @@ -18,7 +18,7 @@ jobs: steps: # Checkout the 'main' branch with full history - name: Checkout main branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main fetch-depth: 0 diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 5e60e99..598c085 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout develop branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a93486a..957739c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: steps: # Checkout the repository content - name: Checkout develop branch - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: develop