Skip to content

Commit

Permalink
Bump rhysd/actionlint from 1.6.27 to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabasoad committed May 15, 2024
1 parent 7527747 commit 1783451
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
name: Functional Tests

on:
pull_request: {}
push:
branches:
- "main"
pull_request:
- main

defaults:
run:
Expand All @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-13"]
version: ["0.16.0", "0.16.1", "0.17.0", "0.18.0", "0.19.0"]
version: ["0.16.1", "0.17.0", "0.18.0", "0.19.0", "0.20.0-alpha.1"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
workflow_dispatch:
workflow_dispatch: {}

jobs:
sync-labels:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minimum_pre_commit_version: 2.18.0
repos:
# Security
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
- repo: https://github.com/gitleaks/gitleaks
Expand All @@ -27,7 +27,7 @@ repos:
stages: ["push"]
# GitHub Actions
- repo: https://github.com/rhysd/actionlint
rev: v1.6.27
rev: v1.7.0
hooks:
- id: actionlint
args: ["-pyflakes="]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ None
## Inputs

<!-- prettier-ignore-start -->
| Name | Required | Description | Default | Possible values |
|---------|----------|-----------------------------------------------------------------------------------|----------|--------------------------|
| version | No | Mint version that can be found [here](https://github.com/mint-lang/mint/releases) | `0.19.0` | `0.18.0`, `0.17.0`, etc. |
| Name | Required | Description | Default | Possible values |
|---------|----------|-----------------------------------------------------------------------------------|------------------|--------------------------|
| version | No | Mint version that can be found [here](https://github.com/mint-lang/mint/releases) | `0.20.0-alpha.1` | `0.19.0`, `0.18.0`, etc. |
<!-- prettier-ignore-end -->

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
version:
description: "Mint version"
required: false
default: "0.19.0"
default: "0.20.0-alpha.1"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 1783451

Please sign in to comment.