Skip to content

Commit

Permalink
Merge pull request #425 from MAKENTNU/dependabot/github_actions/dev/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3

👷(deps): Bump actions/checkout from 2.4.0 to 3
  • Loading branch information
ddabble authored Mar 24, 2022
2 parents d1fc063 + e54cdc0 commit 8bb5fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Install System Dependencies
# Retries installing files 3 times, as the GitHub Actions CI is occasionally unreliable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python-version: [ 3.8, 3.9, "3.10" ]

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
Expand Down

0 comments on commit 8bb5fa0

Please sign in to comment.