Skip to content

Commit bc79390

Browse files
chore(deps): update actions/checkout action to v6
Nx-version-bump: patch
1 parent 7cbdf49 commit bc79390

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: ⤵️ Check out code from GitHub
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
- name: 🏗 Initialize CodeQL
1818
uses: github/codeql-action/init@v3
1919
- name: 🚀 Perform CodeQL Analysis

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: ⤵️ Check out code from GitHub
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
- name: 🚀 Run Label Syncer
1919
uses: micnncim/action-label-syncer@v1.3.0
2020
env:

.github/workflows/typo-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
run: curl -LsSf https://github.com/crate-ci/typos/releases/download/$TYPOS_VERSION/typos-$TYPOS_VERSION-x86_64-unknown-linux-musl.tar.gz | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
1414

1515
- name: Checkout repository
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717
with:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919

0 commit comments

Comments
 (0)