Skip to content

Commit

Permalink
Merge pull request #1890 from Retrospring/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.2.0
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
2 parents d84f5a7 + cdc56a1 commit 3a5fdf8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

- name: Discover build-time variables
run: |
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 @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
Expand All @@ -37,7 +37,7 @@ jobs:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
Expand All @@ -63,7 +63,7 @@ jobs:
haml-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
Expand All @@ -86,7 +86,7 @@ jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/retrospring.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
BUNDLE_WITHOUT: 'production'

steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Install dependencies
run: sudo apt update && sudo apt-get install -y libpq-dev libxml2-dev libxslt1-dev libmagickwand-dev imagemagick libidn11-dev
- name: Set up Ruby
Expand Down

0 comments on commit 3a5fdf8

Please sign in to comment.