Skip to content

Commit

Permalink
Merge pull request #1881 from flareteam/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.2.1

Bump actions/checkout from 3.5.2 to 4.2.1
  • Loading branch information
dorkster authored Oct 14, 2024
2 parents 9ea77bd + 5c7f959 commit 5c76db2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.2.1

- name: Install dependencies
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
cppcheck:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3.5.2
- uses: actions/checkout@v4.2.1

- name: Install dependencies
run: |
Expand Down

0 comments on commit 5c76db2

Please sign in to comment.