Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Bump actions/checkout from 4 to 5#13

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-5
Closed

Bump actions/checkout from 4 to 5#13
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5

bd0c2aa
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 12, 2025 in 2m 44s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #13 Bump actions/checkout from 4 to 5.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "script": [
    "./bootstrap"
  ],
  "after_script": [
    "./_install/bin/luadist list"
  ],
  "branches": {
    "only": [
      "master"
    ]
  },
  "notifications": {
    "email": [
      {
        "on_success": "change",
        "on_failure": "always"
      }
    ]
  }
}