Skip to content

Commit

Permalink
Merge pull request #2 from Pantelis-Santorinios/dependabot/github_act…
Browse files Browse the repository at this point in the history
…ions/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
Pantelis-Santorinios authored Dec 7, 2023
2 parents e0428f8 + 5834804 commit b80349a
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 @@ -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/the-power.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
debian_10_csv_file: "/tmp/debian-10-syslog.csv"
heroku_csv_file: "/tmp/heroku-sample.csv"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit b80349a

Please sign in to comment.