Skip to content

Commit

Permalink
Merge pull request #153 from qmk/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4
  • Loading branch information
tzarc authored Sep 21, 2023
2 parents 1c72e1e + e203006 commit b9b2ebb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cli_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
QMK_HOME: ~/qmk_firmware

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: apt-get update && apt-get install -y python3-venv
Expand All @@ -35,7 +35,7 @@ jobs:
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand All @@ -53,7 +53,7 @@ jobs:
QMK_HOME: $HOME/qmk_firmware

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: (MSYS2) Setup and install dependencies
uses: msys2/setup-msys2@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-republish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run ci_tests
run: ./ci_tests
Expand Down

0 comments on commit b9b2ebb

Please sign in to comment.