diff --git a/.github/workflows/GITHUB_TOKEN.yml b/.github/workflows/GITHUB_TOKEN.yml index ace733e..5dbc127 100644 --- a/.github/workflows/GITHUB_TOKEN.yml +++ b/.github/workflows/GITHUB_TOKEN.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Another step run: echo "This is another step in your workflow"