Skip to content

Commit

Permalink
Merge pull request #211 from aloisklink/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
aloisklink authored Sep 10, 2023
2 parents 5318a18 + ab6df4f commit 594c2e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "18.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# install fonts
sudo apt-get install ttf-mscorefonts-installer -y \
|| { sudo apt-get update && sudo apt-get install ttf-mscorefonts-installer -y; }
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 594c2e2

Please sign in to comment.