diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1d42f27..21eba48 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -12,7 +12,7 @@ jobs: steps: - name: '⤵️ Check out code from GitHub' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: '🏗 Initialize CodeQL' uses: github/codeql-action/init@v2 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index a5021fd..379dd0e 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -16,7 +16,7 @@ jobs: steps: - name: '⤵️ Check out code from GitHub' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: '🚀 Run Label Syncer' uses: micnncim/action-label-syncer@v1.3.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61ad1e1..0924f41 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: build: # make sure build/ci work properly runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: | npm install - run: | @@ -18,6 +18,6 @@ jobs: test: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # important!